Skip to main content

TcxControl Class

The base class for the VCL controls designed by Developer Express Inc.

Declaration

TcxControl = class(
    TcxCustomControl,
    IcxLookAndFeelContainer,
    IcxScrollBarOwner,
    IdxGestureClient,
    IdxGestureClient2,
    IdxGestureOwner,
    IdxLocalizerListener,
    IdxSystemInfoListener,
    IdxTouchScrollUIOwner,
    IdxDirect2DCanvasOwner,
    IdxHybridScrollbarOwner,
    IdxFluentDesignContainerControl,
    IdxVisualRefinementsListener
)

Remarks

This class implements the basic functionality required by most of the DevExpress VCL controls. Various descendant controls publish certain TcxControl class members, depending on the functionality that a particular control has.

The TcxControl class extends its ancestor with members that allow you to:

Do not use the TcxControl class directly. Use its descendants instead.

See Also