DK11 for Delphi | GisLayerSqlDb2Dbx.TGIS_LayerSqlDb2Dbx.bindFieldInternal | Constructors | Fields | Methods | Properties
Obtain a bind number for a given field name.
Overrides TGIS_LayerVector.bindFieldInternal.
// Delphi protected function bindFieldInternal( const _name : String; const _cursor : Integer ) : Integer; override;
// 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 |
Override this in classes derived from GIS_LayerVector