Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxSchedulerReminders.IsLocked Method

Determines whether the TcxSchedulerReminders collection can be updated.

#Declaration

Delphi
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