DK11 for Delphi | GisDb.TGIS_DbAbstract.sqlTableOpenRead | Constructors | Fields | Methods | Properties | Events
Open the table based on provided filter.
// Delphi public procedure sqlTableOpenRead( const _id : Integer; const _query : String ); virtual; abstract;
// C++ Builder public: virtual void sqlTableOpenRead( const int _id, const UnicodeString _query ) = 0;
Name | Type | Description |
---|---|---|
_id | Integer | table index |
_query | String | query sql statement |