DK11 for Delphi | GisLayerVector.TGIS_Shape.GetFieldEx | Overloads | Constructors | Fields | Methods | Properties
Retrieving data from associated data table.
// Delphi public function GetFieldEx( const _name : String; const _cursor : Integer ) : Variant; overload; virtual;
// C++ Builder public: virtual Variant* GetFieldEx( const UnicodeString _name, const int _cursor ) /* overload */;
Name | Type | Description |
---|---|---|
_name | String | field name |
_cursor | Integer | cursor index |
Type | Description |
---|---|
Variant | Field value. If field value is Null then function will return Null default value. GetField will return a default value instead. |