TcxControlChildComponent.Control Property
Specifies the component’s parent control.
Declaration
property Control: TcxControl read; write;
Property Value
Type |
---|
TcxControl |
Remarks
You can use this property to access or change the component’s parent control (a TcxControl descendant). The Control property is initialized to a control passed as the CreateEx constructor’s parameter.
See Also