Skip to main content

CreateEx(TcxCustomRow) Constructor

Creates a new instance of the TcxCustomRowProperties class.

Declaration

constructor CreateEx(ARow: TcxCustomRow); virtual;

Parameters

Name Type
ARow TcxCustomRow

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