Vcl.StdCtrls.TStaticText.FocusControl
Delphi
property FocusControl: TWinControl read FFocusControl write SetFocusControl;
C++
__property FocusControl;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | Vcl.StdCtrls.pas Vcl.StdCtrls.hpp |
Vcl.StdCtrls | TStaticText |
Description
Links the component with another windowed control.
Vcl.StdCtrls.TStaticText.FocusControl inherits from Vcl.StdCtrls.TCustomStaticText.FocusControl. All content below this line refers to Vcl.StdCtrls.TCustomStaticText.FocusControl.
Links the component with another windowed control.
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.