FMX.Gestures.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
FMX.Gestures.pas
FMX.Gestures.hpp
FMX.Gestures 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