DK11 for Delphi | GisDb.TGIS_DbAbstract.sqlTablePost | Constructors | Fields | Methods | Properties | Events
Update the table (after any change).
// Delphi public procedure sqlTablePost( const _id : Integer ); virtual; abstract;
// C++ Builder public: virtual void sqlTablePost( const int _id ) = 0;
Name | Type | Description |
---|---|---|
_id | Integer | table index |