DK11 for Delphi | GisDb.TGIS_DbAbstract.sqlTableGetParam | Constructors | Fields | Methods | Properties | Events
Get a parameter from the table.
// Delphi public function sqlTableGetParam( const _id : Integer; const _name : String ) : Variant; virtual; abstract;
// C++ Builder public: virtual Variant* sqlTableGetParam( 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 |