DK11 for Delphi | GisFileFGDB.TGIS_FileFGDB.GetFloat | Constructors | Methods | Properties
Get a row float value.
// Delphi public function GetFloat( const _cursor : Integer; const _field : String ) : Single;
// C++ Builder public: float GetFloat( const int _cursor, const UnicodeString _field );
Name | Type | Description |
---|---|---|
_cursor | Integer | cursor id |
_field | String | field name |
Type | Description |
---|---|
Single | value |