DK11 for Delphi | GisLayerVector.TGIS_LayerVector.DrawLabel | Constructors | Fields | Methods | Properties | Events
Draws layer labels.
// Delphi public function DrawLabel : Boolean;
// C++ Builder public: bool DrawLabel(void);
Type | Description |
---|---|
Boolean | True if something was drawn. |
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.