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

TcxDBImage Class

A data-aware image editor.

Declaration

TcxDBImage = class(
    TcxCustomImage
)

Remarks

All the essential image management functionality is implemented by the TcxCustomImage class. The TcxDBImage class publishes properties and events inherited from its base classes, and adds the following properties:

  • DataBinding, which allows you to specify data access options;

  • Properties, which provides settings for customizing the editor’s appearance and behavior;

  • ActiveProperties, which returns the settings that are currently applied to the editor.

TouchScreen Support: End-users can zoom the displayed image using the zoom gesture.

See Also