Vcl.Touch.GestureMgr.TGestureManager.FileName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FileName: TFileName read FFileName write FFileName;

C++

__property System::Sysutils::TFileName FileName = {read=FFileName, write=FFileName};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Touch.GestureMgr.pas
Vcl.Touch.GestureMgr.hpp
Vcl.Touch.GestureMgr TGestureManager

Description

Specifies a FileName where gestures will be stored by the component.

Use the FileName property to specify a FileName where the component will automatically save the gesture information.

See Also