Vcl.StdCtrls.TButton.CommandLinkHint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CommandLinkHint: string read FCommandLinkHint write SetCommandLinkHint default 0;

C++

__property CommandLinkHint = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TButton

Description

Text displayed as hint below the button caption for Command Link.

Vcl.StdCtrls.TButton.CommandLinkHint inherits from Vcl.StdCtrls.TCustomButton.CommandLinkHint. All content below this line refers to Vcl.StdCtrls.TCustomButton.CommandLinkHint.

Text displayed as hint below the button caption for Command Link.

CommandLinkHint is the text displayed as a hint below the button caption when the Style property is bsCommandLink to specify a Command Link button.

This is available for Windows Vista, Windows 7, or later Windows operating systems only.

See Also