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