TcxControlChildComponent.Control Property
In This Article
Specifies the component’s parent control.
#Declaration
Delphi
property Control: TcxControl read; write;
#Property Value
Type |
---|
Tcx |
#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