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