DK11 for Delphi | GisDb.TGIS_DbAbstract.sqlTableGetField | Constructors | Fields | Methods | Properties | Events
Get a field from the table.
// Delphi public function sqlTableGetField( const _id : Integer; const _name : String ) : Variant; virtual; abstract;
// C++ Builder public: virtual Variant* sqlTableGetField( const int _id, const UnicodeString _name ) = 0;
Name | Type | Description |
---|---|---|
_id | Integer | table index |
_name | String | name of the field |
Type | Description |
---|---|
Variant | field value |