Skip to main content

Create(TcxCustomSchedulerStorage) Constructor

Creates a new data-aware resource container for the specified event persistence manager.

Declaration

constructor Create(AOwner: TcxCustomSchedulerStorage); override;

Parameters

Name Type
AOwner TcxCustomSchedulerStorage

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