Back to Devexpress

TcxControlChildComponent Class

vcl-cxcontrols-4143be7e.md

latest1.0 KB
Original Source

TcxControlChildComponent Class

A child component of a control.

Declaration

delphi
TcxControlChildComponent = class(
    TcxComponent,
    IdxScaleFactor
)

Remarks

TcxControlChildComponent is the base class for a child component of a control (for instance, grid views in the ExpressQuantumGrid). The parent control is passed as a parameter to the constructor.

Implements

IdxScaleFactor

Inheritance

TObject TPersistent TComponent TcxCustomComponent TcxComponent TcxControlChildComponent

See Also

TcxControlChildComponent Members

cxControls Unit