DK11 for Delphi | GisDb.TGIS_DbAbstract.sqlTableSetField | Constructors | Fields | Methods | Properties | Events
Set a field to the table.
// Delphi public procedure sqlTableSetField( const _id : Integer; const _name : String; const _val : Variant; const _defSize : Integer ); virtual; abstract;
// C++ Builder public: virtual void sqlTableSetField( const int _id, const UnicodeString _name, Variant* const _val, const int _defSize ) = 0;
Name | Type | Description |
---|---|---|
_id | Integer | table index |
_name | String | name of the field |
_val | Variant | value of the field |
_defSize | Integer | default size |