User Tools

Site Tools


api:dk11:delphi:gisconfig.tgis_config.setlayer_tobject

Table of Contents

TGIS_Config.SetLayer method

DK for Delphi | GisConfig.TGIS_Config.SetLayer | Constructors | Fields | Methods | Properties

Select layer 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 | ActiveX | Python.

Syntax

// Delphi
public
  procedure SetLayer(
    const _layer : TObject
  ); virtual; abstract;
// C++ Builder
public:
  virtual void SetLayer(
    TObject* const _layer
  ) = 0;

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)

References

2025/01/31 01:06

Page Tools