FMX.Gestures.TGestureManager.SaveToFile

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SaveToFile(const Filename: string);

C++

void __fastcall SaveToFile(const System::UnicodeString Filename);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Gestures.pas
FMX.Gestures.hpp
FMX.Gestures TGestureManager

Description

Writes gesture information to a file.

SaveToFile is used to write gesture information to a file. The file being written to is specified by the FileName string parameter.

See Also