RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TStaticText.FocusControl Property

Links the component with another windowed control.

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

Use the FocusControl property to link the TCustomStaticText instance with another windowed control. If the text of Caption includes an accelerator key, the component specified by FocusControl receives focus when the accelerator is pressed. 

 

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