RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TStaticText.ShowAccelChar Property

Enables accelerator characters.

Pascal
property ShowAccelChar: Boolean;
C++
__property Boolean ShowAccelChar;

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!