FMX.Gestures.TGestureManager.LoadFromStream

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure LoadFromStream(S: TStream);

C++

void __fastcall LoadFromStream(System::Classes::TStream* S);

Properties

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

Description

Reads gesture information from a stream.

LoadFromStream is used to read gesture information from a stream and to load it in the gesture mananger. The stream being read is specified by the S parameter.

See Also