Vcl.StdCtrls.TCustomStaticText.ShowAccelChar

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ShowAccelChar: Boolean read FShowAccelChar write SetShowAccelChar

C++

__property bool ShowAccelChar = {read=FShowAccelChar, write=SetShowAccelChar, default=1};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TCustomStaticText

Description

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