DK11 for Delphi | GisLayerVector.TGIS_LayerVector.getFieldInternal | Constructors | Fields | Methods | Properties | Events
Get the stored field value for a shape specified by unique identifier.
// Delphi protected function getFieldInternal( const _uid : TGIS_Uid; const _name : String; const _cursor : Integer ) : Variant; virtual;
// C++ Builder protected: virtual Variant* getFieldInternal( TGIS_Uid* const _uid, const UnicodeString _name, const int _cursor );
Name | Type | Description |
---|---|---|
_uid | TGIS_Uid | shape uid for which field will be retrieved |
_name | String | field name |
_cursor | Integer | cursor id |
Type | Description |
---|---|
Variant | Field value. |
Override this in classes derived from GIS_LayerVector.
Non internal version is unsafe in the event of any special override such as in TGIS_LayerVector.FindNext.