FMX.Platform.IFMXSaveStateService.SetStoragePath

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetStoragePath(const ANewPath: string);

C++

virtual void __fastcall SetStoragePath(const System::UnicodeString ANewPath) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Platform.pas
FMX.Platform.hpp
FMX.Platform IFMXSaveStateService

Description

Sets the storage path of the SaveState.

The SetStoragePath method sets the storage path of the SaveState to the path provided in the ANewPath parameter.

See Also