Back to Devexpress

dxActions Unit

vcl-dxactions.md

latest2.2 KB
Original Source

dxActions Unit

Implements the base functionality for end-user commands available for DevExpress controls.

Classes

NameDescription
TdxBasicActionThe base class for all action classes that implement end-user commands for DevExpress controls.
TdxBasicActionAssignedValuesStores the property flags that indicate which properties of an action object have been changed.
TdxCustomActionThe base class for the action object provided by DevExpress controls.

Interfaces

NameDescription
IdxActionColorValueAn empty interface that indicates that the executed end-user command sets a new color for an editable item in a DevExpress control.
IdxActionFontNameValueAn empty interface that indicates that the executed end-user command sets a new font typeface for text in a DevExpress control.
IdxActionFontSizeValueAn empty interface that indicates that the executed end-user command sets a new font size in a DevExpress control.
IdxActionGalleryClient
IdxActionGalleryInfo
IdxActionGalleryWithDescriptionTabbedText
IdxActionValueExposes the methods that work with values that executed end-user commands apply to the corresponding DevExpress controls or their settings.

Types

NameDescription
TdxBasicActionClassThe class-reference to a DevExpress action class.