Vcl.Touch.GestureMgr.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
Vcl.Touch.GestureMgr.pas
Vcl.Touch.GestureMgr.hpp
Vcl.Touch.GestureMgr 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