DK11 for Delphi | GisLayerSqlDb2.TGIS_LayerSqlDb2Abstract.macroTableSetField | Constructors | Fields | Methods | Properties
Set for setting a field to the table.
// Delphi protected procedure macroTableSetField( const _id : Integer; const _name : String; const _val : OleVariant ); virtual;
// C++ Builder protected: virtual void macroTableSetField( const int _id, const UnicodeString _name, OleVariant* const _val );
Name | Type | Description |
---|---|---|
_id | Integer | field ID |
_name | String | name of the field |
_val | OleVariant | value of the field |