DK11 for Delphi | GisDb.TGIS_DbAbstract.sqlBindField | Constructors | Fields | Methods | Properties | Events
Obtain a bind number for a given field name.
// Delphi public function sqlBindField( const _field : String; const _cursor : Integer ) : Integer; virtual; abstract;
// C++ Builder public: virtual int sqlBindField( const UnicodeString _field, const int _cursor ) = 0;
Name | Type | Description |
---|---|---|
_field | String | field name |
_cursor | Integer | cursor id |
Type | Description |
---|---|
Integer | field index |