Skip to main content

TcxSchedulerHolidays.RestoreFromRegistry(string,string) Method

Restores holidays from the registry that was previously saved by the StoreToRegistry method.

Declaration

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

Parameters

Name Type
AStorageName string
ARestoreName string

Remarks

AStorageName specifies the registry key.

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

See Also