Skip to main content

TdxGuides.Remove(TdxGuide) Method

Removes the specified guide UI adorner from the collection.

Declaration

procedure Remove(AItem: TdxGuide);

Parameters

Name Type
AItem TdxGuide

Remarks

Call this procedure to destroy a guide passed as the AItem parameter. If there is no such guide within the collection, calling the Remove procedure has no effect.

To destroy all guides within the collection, call the Clear procedure instead.

See Also