DK11 for Delphi | GisDb.TGIS_DbAbstract.sqlQueryStructure | Constructors | Fields | Methods | Properties | Events
Fill the current layer structure based on the query.
// Delphi public procedure sqlQueryStructure( const _tableName : String; const _uidName : String; const _addFieldEvent : TGIS_LayerAddFieldEvent ); virtual; abstract;
// C++ Builder public: virtual void sqlQueryStructure( const UnicodeString _tableName, const UnicodeString _uidName, TGIS_LayerAddFieldEvent* const _addFieldEvent ) = 0;
Name | Type | Description |
---|---|---|
_tableName | String | table name |
_uidName | String | uid field name |
_addFieldEvent | TGIS_LayerAddFieldEvent | event that will add a field to the layer |