TcxSchedulerAggregateStorage.IsActive Method
Checks whether the aggregate storage is active.
Declaration
function IsActive: Boolean; override;
Returns
Type |
---|
Boolean |
Remarks
The IsActive method returns True if the following conditions are met:
At least one storage is linked to the aggregate storage (see the Links property) and the linked storage is specified as default (see the TcxSchedulerStorageLink.Default property).
If the linked storage is TcxSchedulerDBStorage, the underlying dataset must be connected to the storage, and open. Alternatively, the TcxSchedulerAggregateStorage.OnEventInserting event must be handled (if the TcxSchedulerDBStorage is not active).
See Also