Back to Devexpress

TcxControl Class

vcl-cxcontrols.md

latest3.4 KB
Original Source

TcxControl Class

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

Declaration

delphi
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.

Implements

IcxLookAndFeelContainer

IcxScrollBarOwner

IdxGestureClient

IdxGestureClient2

IdxGestureOwner

IdxLocalizerListener

IdxSystemInfoListener

IdxTouchScrollUIOwner

IdxHybridScrollbarOwner

IdxVisualRefinementsListener

Inheritance

TObject TPersistent TComponent TControl TWinControl TCustomControl TcxCustomControl TcxControl

See Also

TcxControl Members

cxControls Unit