DK11 for Delphi | GisDbAdo.TGIS_DbAdo.sqlTableSetField | Constructors | Fields | Methods | Properties
Set a field to the table.
Available also on: .NET.
Overrides TGIS_DbAbstract.sqlTableSetField.
// Delphi public procedure sqlTableSetField( const _id : Integer; const _name : String; const _val : Variant; const _defSize : Integer ); override;
// C++ Builder public: virtual void sqlTableSetField( const int _id, const UnicodeString _name, Variant* const _val, const int _defSize );
Name | Type | Description |
---|---|---|
_id | Integer | table index |
_name | String | name of the field |
_val | Variant | value of the field |
_defSize | Integer | default size |