FMX.StdCtrls.TLabel.FocusControl
Delphi
property FocusControl: TControl read FFocusControl write SetFocusControl;
C++
__property Fmx::Controls::TControl* FocusControl = {read=FFocusControl, write=SetFocusControl};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | FMX.StdCtrls.pas FMX.StdCtrls.hpp |
FMX.StdCtrls | TLabel |
Description
Keeps the control that receives the focus when the accelerator key of the current label control is used.
Links the label control with another control.
If the Text property includes an accelerator key, the control specified by FocusControl receives focus when the accelerator is pressed.