Skip to main content

TcxCustomScheduler.RestoreFromIniFile(string,Boolean) Method

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

Declaration

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