Skip to main content

TcxControlChildComponent Class

A child component of a control.

Declaration

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

See Also