Skip to main content
A newer version of this page is available. .

TdxSpinImage Class

Represents an image control with Up/Down buttons.

Declaration

TdxSpinImage = class(
    TdxCustomSpinImage
)

Remarks

Images for a spin image control are obtained from an ImageList. User can change an image by pressing the Up, Down, Home or End keys or by using the Up-Down buttons. TdxSpinImage implements generic behavior introduced in TdxCustomSpinImage.

Note: TdxSpinImage does not use the TUpDown control and draws spinners and obtains messages in the non-client control area itself.

See Also