Create(TcxCustomSchedulerStorage) Constructor
Creates a new resource container for the specified event persistence manager.
Declaration
constructor Create(AOwner: TcxCustomSchedulerStorage); reintroduce; virtual;
Parameters
Name | Type |
---|---|
AOwner | TcxCustomSchedulerStorage |
Remarks
This constructor supports the internal infrastructure and is not intended to be used directly from your code. The 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