Skip to main content

TdxGuides.Add Method

Appends a new guide UI adorner created with the default settings.

Declaration

function Add: TdxGuide;

Returns

Type
TdxGuide

Remarks

This function returns the new last guide in the collection. To insert a new guide at a specific position within the collection, call the Insert function instead.

To destroy individual guides within the collection, you can call the Remove procedure. The Clear procedure destroys all guides.

Note

The guide creation order and thus, their individual indexes, determine the default arrow and tab key navigation order that you can change by modifying the TabOrder property values of individual guides within the collection.

See Also