TcxCustomControl Class
In This Article
The base class for DevExpress VCL controls.
#Declaration
Delphi
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.
#Implements
#Inheritance
TObject
TPersistent
TComponent
TControl
TWinControl
TCustomControl
TcxCustomControl
See Also