Vcl.Touch.GestureMgr.TGestureManager.SaveToStream

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SaveToStream(S: TStream);

C++

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

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 stream.

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

See Also