FMX.Gestures.TGestureManager.LoadFromFile

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure LoadFromFile(const Filename: string);

C++

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

Properties

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

Description

Reads gesture information from a file.

LoadFromFile is used to read gesture information from a file and to load it in the gesture mananger. The file being read is specified by the Filename string parameter.

See Also