CreateEx(TcxCustomRow) Constructor
In This Article
Creates a new instance of the TcxCustomRowProperties class.
#Declaration
Delphi
constructor CreateEx(ARow: TcxCustomRow); virtual;
#Parameters
Name | Type |
---|---|
ARow | Tcx |
#Remarks
Creates a new instance of the TcxCustomRowProperties class. CreateEx calls the constructor inherited from the TCollectionItem to set a collection of items used in its descendants. Override this constructor if you implement the TcxCustomRowProperties descendant.
The ARow parameter specifies the current row.
See Also