Create(TcxCustomSchedulerStorage) Constructor
In This Article
Creates a new data-aware resource container for the specified event persistence manager.
#Declaration
Delphi
constructor Create(AOwner: TcxCustomSchedulerStorage); override;
#Parameters
Name | Type |
---|---|
AOwner | Tcx |
#Remarks
This constructor supports the internal infrastructure and is not intended to be used directly from your code. The data-aware event persistence manager component’s constructor calls this constructor internally to create an empty resource container accessible via the component’s Resources property.
See Also