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

TcxCustomScheduler.RestoreFromIniFile(string,Boolean) Method

Restores the scheduler control’s layout from an INI file.

#Declaration

Delphi
procedure RestoreFromIniFile(const AStorageName: string; ARestoreResources: Boolean = True);

#Parameters

Name Type
AStorageName string
ARestoreResources Boolean

#Remarks

In the current session of the scheduler control the RestoreFromIniFile method restores the layout scheme, previously saved by the StoreToIniFile method.

The AStorageName parameter specifies the INI file that the scheduler control’s layout is restored from.

The ARestoreResources parameter specifies whether to restore the resources’ layout. Set the ARestoreResources parameter to True to restore the resources’ layout.

See Also