CreateEx(TcxControl,Boolean) Constructor
In This Article
Creates a new child component instance.
#Declaration
Delphi
constructor CreateEx(AControl: TcxControl; AAssignOwner: Boolean = True); virtual;
#Parameters
Name | Type | Description |
---|---|---|
AControl | Tcx |
A parent control. |
AAssign |
Boolean |
#Remarks
Call this constructor to create a child component instance whose parent control is passed as the AControl parameter.
See Also