RegisterTeeTools

RegisterTeeTools procedure

procedure RegisterTeeTools(ATools: array of TTeeCustomToolClass);

Unit
Chart

Description
Adds the Tools array of classes to the internal list of registered tools.

This internal list is used to display the available tool classes at the Chart Tools Editor dialog.

This method is usually called at the initialization section of a unit that includes a Chart Tool derived class.

See also:

UnRegisterTeeTools
TeeTools unit.