FMX.Gestures.TGestureManager.SaveToStream

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SaveToStream(const S: TStream);

C++

void __fastcall SaveToStream(System::Classes::TStream* const S);

Properties

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

Description

Writes gesture information to a stream.

SaveToStream is used to write gesture information to a file. The stream being written to is specified by the S parameter.

See Also