Back to Devexpress

dxGaugeGetRegisteredScaleClasses(TList) Method

vcl-dxgaugecustomscale-dot-dxgaugegetregisteredscaleclasses-x28-e5497bc8-x29.md

latest719 B
Original Source

dxGaugeGetRegisteredScaleClasses(TList) Method

Extracts the list of pointers to the registered scale classes.

Declaration

delphi
procedure dxGaugeGetRegisteredScaleClasses(AList: TList);

Parameters

NameType
AListTList

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

dxGaugeCustomScale Unit