User Tools

Site Tools


api:dk11:delphi:gislayer.tgis_layer.prepare_void

Table of Contents

TGIS_Layer.Prepare method

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

Opens the layer.

Available also on: .NET | Java | ActiveX | Python.

Syntax

// Delphi
public
  procedure Prepare; virtual;
// C++ Builder
public:
  virtual void Prepare(void);

Remarks

This method opens the layer and reads all its data. After this, all non-drawing operations on the layer will be available. But you can add such layer later to the viewer, anyway.

2022/11/16 01:18

Page Tools