DK11 for Delphi | GisLayerVector.TGIS_LayerVector.bindField | Constructors | Fields | Methods | Properties | Events
Obtain a bind number for a given field name.
// Delphi protected function bindField( const _name : String; const _cursor : Integer ) : Integer; virtual;
// C++ Builder protected: virtual int bindField( 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. |