User Tools

Site Tools


api:dk11:delphi:gislayervector.tgis_layervector.drawlabel_void

Table of Contents

TGIS_LayerVector.DrawLabel method

DK11 for Delphi | GisLayerVector.TGIS_LayerVector.DrawLabel | Constructors | Fields | Methods | Properties | Events

Draws layer labels.

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

Syntax

// Delphi
public
  function DrawLabel : Boolean;
// C++ Builder
public:
  bool DrawLabel(void);

Result

Type Description
Boolean True if something was drawn.

Remarks

Use this method to draw layer labels direcly. Normally labels are drawn upon paint process.

When using this operation, never call any function which uses FindFirst..FindNext (any function which iterates through the shapes using it). So never use inside an operation like Locate etc.

2024/07/07 01:07

Page Tools