Skip to main content

dxGaugeGetRegisteredScaleClasses(TList) Method

Extracts the list of pointers to the registered scale classes.

Declaration

procedure dxGaugeGetRegisteredScaleClasses(AList: TList);

Parameters

Name Type
AList TList

Remarks

Use this procedure to obtain the list of pointers to the registered scale classes. The list of pointers extracted by the dxGaugeGetRegisteredScaleClasses procedure is stored as the AList parameter.

See Also