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 _rule : Boolean ) : Variant; overload; virtual;
// C++ Builder public: virtual Variant* GetFieldEx( const UnicodeString _name, const bool _rule ) /* overload */;
Name | Type | Description |
---|---|---|
_name | String | field name |
_rule | Boolean | True if filed rule should be expanded (like alias matching) |
Type | Description |
---|---|
Variant | Field value. If field value is Null then function will return Null default value. GetField will return a default value instead. |