Vcl.Touch.GestureCtrls.TCustomGestureRecorder.Caption

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Caption: string read FCaption write SetCaption;

C++

__property System::UnicodeString Caption = {read=FCaption, write=SetCaption};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Touch.GestureCtrls.pas
Vcl.Touch.GestureCtrls.hpp
Vcl.Touch.GestureCtrls TCustomGestureRecorder

Description

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