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