Create(TcxCustomTreeList) Constructor
Creates a new TcxTreeListBands object instance.
Declaration
constructor Create(AOwner: TcxCustomTreeList); virtual;
Parameters
Name | Type |
---|---|
AOwner | TcxCustomTreeList |
Remarks
This constructor calls the inherited constructor and initializes the control’s properties and fields. The AOwner parameter is used to pass an instance of the TcxCustomTreeList class descendant to which the collection belongs. Normally, you do not need to call the Create constructor.
See Also