Vcl.Touch.GestureCtrls.TGestureRecorder.Caption

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Caption;

C++

__property Caption;

Properties

Type Visibility Source Unit Parent
property published
Vcl.Touch.GestureCtrls.pas
Vcl.Touch.GestureCtrls.hpp
Vcl.Touch.GestureCtrls TGestureRecorder

Description

Specifies the text displayed on the gesture recorder control.

Vcl.Touch.GestureCtrls.TGestureRecorder.Caption inherits from Vcl.Touch.GestureCtrls.TCustomGestureRecorder.Caption. All content below this line refers to Vcl.Touch.GestureCtrls.TCustomGestureRecorder.Caption.

Specifies the text displayed on the gesture recorder control.

Use Caption to specify the caption drawn on the gesture recorder control. Caption is useful when desired to show a short description of the actions users must perform to record a gesture.

See Also