DK11 for Delphi | GisLayer.TGIS_Layer.ForEachSubLayer | Constructors | Fields | Methods | Properties | Events
Returns in callback event the layer and all sublayers belonging to it.
// Delphi public procedure ForEachSubLayer( const _callback : TGIS_ForEachLayerEvent );
// C++ Builder public: void ForEachSubLayer( TGIS_ForEachLayerEvent* const _callback );
Name | Type | Description |
---|---|---|
_callback | TGIS_ForEachLayerEvent | event that will be called for each found layer |