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

TdxCustomSpinImage Class

Serves as the base class for classes that implement ExpressSpinImage components.

Declaration

TdxCustomSpinImage = class(
    TCustomControl
)

Remarks

Use TdxCustomSpinImage as a base class when defining a control which represents an image control with spin buttons. Images for a spin image control are drawn from an ImageList. Users can change an image by pressing Up, Down, Home or End keys or by using the Up-Down control and mouse actions. Do not create instances of TdxCustomSpinImage. To place a spin image on a form, use TdxCustomSpinImage descendants, such as TdxSpinImage or TdxDBSpinImage.

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

See Also