DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Shape.DrawLabel | Methods | Properties
DrawLabel immediately.
// C# public void DrawLabel();
' VisualBasic Public Sub DrawLabel()
// Oxygene public procedure DrawLabel;
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.