Vcl.StdCtrls.TButton.CommandLinkHint

From RAD Studio API Documentation

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. {{#multireplace:Vcl.StdCtrls.TButton.CommandLinkHint|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.StdCtrls.TCustomButton.CommandLinkHint|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.StdCtrls.TCustomButton.CommandLinkHint|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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