System.Actions.TContainedAction.Hint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Hint: string read FHint write SetHint;

C++

__property System::UnicodeString Hint = {read=FHint, write=SetHint};

Properties

Type Visibility Source Unit Parent
property public
System.Actions.pas
System.Actions.hpp
System.Actions TContainedAction

Description

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).

See Also