FMX.TabControl.TChangeTabAction.Hint
Delphi
property Hint: string read FHint write SetHint default 0;
C++
__property Hint = {default=0};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | FMX.TabControl.pas FMX.TabControl.hpp |
FMX.TabControl | TChangeTabAction |
Description
Stores the Help hint text.
FMX.TabControl.TChangeTabAction.Hint inherits from System.Actions.TContainedAction.Hint. All content below this line refers to System.Actions.TContainedAction.Hint.
Stores the Help hint text.
Hint holds the hint string indicating the hint text for the action.
Hint contains the text strings that appear in a pop-up box (or in a status bar) when the user moves the mouse over screen elements.
This hint string can be propagated to clients of the action--to controls, menu items, and other GUI elements.
- Note: VCL controls support hint strings containing three parts that can be shown in separate locations (see Vcl.Controls.TControl.Hint).