FMX.ListBox.TCustomListBox.DoEnter
Delphi
procedure DoEnter; override;
C++
virtual void __fastcall DoEnter(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | FMX.ListBox.pas FMX.ListBox.hpp |
FMX.ListBox | TCustomListBox |
Description
Responds when receiving input focus.
FMX.ListBox.TCustomListBox.DoEnter inherits from FMX.Controls.TStyledControl.DoEnter. All content below this line refers to FMX.Controls.TStyledControl.DoEnter.
Responds when receiving input focus.
DoEnter is called automatically when the control receives the input focus.