Skip to main content

TcxSchedulerHolidays.RestoreFromIniFile(string,string) Method

Restores holidays from an INI file that was previously saved by the StoreToIniFile method.

Declaration

procedure RestoreFromIniFile(const AStorageName: string; const ARestoreName: string = '');

Parameters

Name Type
AStorageName string
ARestoreName string

Remarks

AStorageName specifies the INI file.

ARestoreName specifies the restored component’s name. ARestoreName overrides the stored name specified via the StoreToIniFile method’s ASaveName parameter, in memory.

See Also