Skip to main content

TcxSchedulerStorage.LoadFromFile(string) Method

Loads user event data from the specified file.

Declaration

procedure LoadFromFile(const AFileName: string);

Parameters

Name Type
AFileName string

Remarks

Call this procedure to replace the persistence manager’s current content with user events stored in a file previously created by calling the SaveToFile procedure. The LoadFromFile procedure creates a file stream from the path to a file passed as the AFileName parameter and calls the LoadFromStream procedure internally.

See Also