DK11 for Delphi | GisLayerVector.TGIS_LayerVector.getBindedFieldInternal | Constructors | Fields | Methods | Properties | Events
Get field value for a shape given by unique identity.
// Delphi protected function getBindedFieldInternal( const _shape : TObject; const _field : Integer; const _cursor : Integer ) : Variant; virtual;
// C++ Builder protected: virtual Variant* getBindedFieldInternal( TObject* const _shape, const int _field, const int _cursor );
Name | Type | Description |
---|---|---|
_shape | TObject | shape from which field will be retrieved |
_field | Integer | field bind number |
_cursor | Integer | cursor id |
Type | Description |
---|---|
Variant | Field value. |
To obtain such identify call bindField. Override this in classes derived from GIS_LayerVector.