Vcl.Touch.GestureCtrls.TCustomGesturePreview.FLegendText

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FLegendText: string;

C++

System::UnicodeString FLegendText;

Properties

Type Visibility Source Unit Parent
field protected
Vcl.Touch.GestureCtrls.pas
Vcl.Touch.GestureCtrls.hpp
Vcl.Touch.GestureCtrls TCustomGesturePreview

Description

Specifies the caption of the legend.

FLegendText is used internally by the gesture preview control. The value of FLegendText is of interest only for components deriving from TCustomGesturePreview.

See Also