DK11 for Delphi | GisDb.TGIS_DbAbstract.sqlUpdateStart | Constructors | Fields | Methods | Properties | Events
Macro for starting updates.
// Delphi public procedure sqlUpdateStart( const _id : Integer; const _table : String ); virtual; abstract;
// C++ Builder public: virtual void sqlUpdateStart( const int _id, const UnicodeString _table ) = 0;
Name | Type | Description |
---|---|---|
_id | Integer | table index |
_table | String | table name |