Skip to main content

TcxSchedulerReminders.IsLocked Method

Determines whether the TcxSchedulerReminders collection can be updated.

Declaration

function IsLocked: Boolean; virtual;

Returns

Type
Boolean

Remarks

If the IsLocked method returns a value of True the TcxSchedulerReminders collection is not available for updates.

For example, the TcxSchedulerReminders collection can’t be updated if the data controller is locked to update its data (see the TcxCustomSchedulerStorage.BeginUpdate method).

See Also