buttonspanel ShowAccelChar property
Return to Introduction  Previous page  Next page
Applies to
acButtonsPanel component.  

Declaration
property ShowAccelChar: Boolean;  

Description
The ShowAccelChar property controls whether the buttons should display ampersand character in caption.  
 
Set ShowAccelChar to True to allow the button to display an underlined accelerator key value. When ShowAccelChar is True, any character preceded by an ampersand (&) appears underlined. To display an ampersand when ShowAccelChar is True, use two ampersands (&&) to stand for the single ampersand that is displayed.  
 
Set ShowAccelChar to False to display the caption with all ampersands appearing as ampersands.  

See also
ShowDivider and ShowSizeGrip properties.