DK11 for Delphi | GisLayerVector.TGIS_LayerVector.bindFieldInternal | Constructors | Fields | Methods | Properties | Events
Obtain a bind number for a given field name.
// Delphi protected function bindFieldInternal( const _name : String; const _cursor : Integer ) : Integer; virtual;
// C++ Builder protected: virtual int bindFieldInternal( const UnicodeString _name, const int _cursor );
Name | Type | Description |
---|---|---|
_name | String | field name |
_cursor | Integer | cursor id |
Type | Description |
---|---|
Integer | Bind field id staring form 0 or -1 if not found. |
Override this in classes derived from GIS_LayerVector