Skip to main content

TdxImageSlider Class

A visual component that provides image sliding capabilities.

Declaration

TdxImageSlider = class(
    TdxCustomImageSlider
)

Remarks

This class does not introduce any new functionality – it simply publishes the events and properties inherited from its ancestor class, TdxCustomImageSlider, and initializes certain properties with default values. Refer to the TdxCustomImageSlider class description to learn about the image sliding capabilities implemented by these controls.

TouchScreen Support: End-users can slide images with single-finger panning.

See Also