User Tools

Site Tools


api:dk11:delphi:gislayer.tgis_layer.foreachsublayer_tgis_foreachlayerevent

Table of Contents

TGIS_Layer.ForEachSubLayer method

DK11 for Delphi | GisLayer.TGIS_Layer.ForEachSubLayer | Constructors | Fields | Methods | Properties | Events

Returns in callback event the layer and all sublayers belonging to it.

Available also on: .NET | Java | ActiveX.

Syntax

// Delphi
public
  procedure ForEachSubLayer(
    const _callback : TGIS_ForEachLayerEvent
  );
// C++ Builder
public:
  void ForEachSubLayer(
    TGIS_ForEachLayerEvent* const _callback
  );

Parameters

Name Type Description
_callback TGIS_ForEachLayerEvent event that will be called for each found layer
2020/05/07 01:07

Page Tools