Vcl.ExtActns.TSendMail.Hint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Hint: string read FHint write SetHint default 0;

C++

__property Hint = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ExtActns.pas
Vcl.ExtActns.hpp
Vcl.ExtActns TSendMail

Description

Stores the Help hint text.

Vcl.ExtActns.TSendMail.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).

See Also