RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TLabel.FocusControl Property

Designates a windowed control associated with the label.

Pascal
property FocusControl: TWinControl;
C++
__property TWinControl * FocusControl;

Set FocusControl to the windowed control that should receive focus when the user presses the accelerator key specified by the label. Specify an accelerator key by preceding a character in the label text with an ampersand (&) and setting the ShowAccelChar property to true. 

 

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