DK11 for Delphi | GisDbAdo.TGIS_DbAdo.sqlGetBindedField | Constructors | Fields | Methods | Properties
Get the field value for a shape given by a unique identity. Values are retrieved from the database.
Available also on: .NET.
Overrides TGIS_DbAbstract.sqlGetBindedField.
// Delphi public function sqlGetBindedField( const _field : Integer; const _rebindFields : Boolean; const _cursor : Integer ) : Variant; override;
// C++ Builder public: virtual Variant* sqlGetBindedField( const int _field, const bool _rebindFields, const int _cursor );
Name | Type | Description |
---|---|---|
_field | Integer | field id (used as a bind number if _field = '' ) |
_rebindFields | Boolean | if True, binded fields will be refreshed. |
_cursor | Integer | cursor id |
Type | Description |
---|---|
Variant | field value |