DK11 for Delphi | GisLayerVector.TGIS_Shape.DrawLabel | Overloads | Constructors | Fields | Methods | Properties
DrawLabel immediately.
// Delphi public procedure DrawLabel; overload; virtual;
// C++ Builder public: virtual void DrawLabel(void) /* overload */;
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.).
See TGIS_LayerVector.DrawChart for example.