Create(TdxLayoutItemViewDataList,TdxCustomLayoutItem) Constructor
Initializes a new instance of the TdxCustomLayoutItemViewData class with specified settings.
Declaration
constructor Create(AOwner: TdxLayoutItemViewDataList; AItem: TdxCustomLayoutItem); virtual;
Parameters
Name | Type |
---|---|
AOwner | TdxLayoutItemViewDataList |
AItem | TdxCustomLayoutItem |
See Also