User Tools

Site Tools


api:dk11:delphi:gisconfigini.tgis_configini.setsublayer_tobject

Table of Contents

TGIS_ConfigIni.SetSubLayer method

DK11 for Delphi | GisConfigIni.TGIS_ConfigIni.SetSubLayer | Constructors | Fields | Methods | Properties

Select sublayer on which the operation will be performed. It is important for project files. Thanks this it is possible to recognize which entry corespondents to which layer.

Available also on: .NET | Java.

Syntax

Overrides TGIS_Config.SetSubLayer.

// Delphi
public
  procedure SetSubLayer(
    const _layer : TObject
  ); override;
// C++ Builder
public:
  virtual void SetSubLayer(
    TObject* const _layer
  );

Parameters

Name Type Description
_layer TObject layer on which the operation will be performed; it is nil then operation will be performed on main entry ([TatukGIS] section)
2020/05/07 01:06

Page Tools