Vcl.StdCtrls.TStaticText.ShowAccelChar

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ShowAccelChar: Boolean read FShowAccelChar write SetShowAccelChar default 1;

C++

__property ShowAccelChar = {default=1};

Properties

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

Description

Enables accelerator characters.

Vcl.StdCtrls.TStaticText.ShowAccelChar inherits from Vcl.StdCtrls.TCustomStaticText.ShowAccelChar. All content below this line refers to Vcl.StdCtrls.TCustomStaticText.ShowAccelChar.

Enables accelerator characters.

If ShowAccelChar is true, an ampersand in the component's Caption text appears as an underline and makes the character after it into an accelerator key. If ShowAccelChar is false, ampersands appear as ampersands.

See Also