FMX.Gestures.TGestureManager.SaveToFile
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.