Skip to main content

TcxCustomControl Class

The base class for DevExpress VCL controls.

Declaration

TcxCustomControl = class(
    TCustomControl,
    IdxScaleFactor,
    IdxAdornerTargetElement,
    IdxAdornerRootTargetElement,
    IdxAdornerTargetElementCollection,
    IdxAutomationElement,
    IdxScrollParentWindowNotify
)

Remarks

TcxControl, TdxCustomDockControl, TFontPreviewPanel, TdxUIAdornerManagerCustomLayeredWindow, and TdxVCLControl classes are TcxCustomControl descendants that implement the core functionality of all DevExpress controls.

See Also