FMX.Header.THeader.OnEnter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnEnter: TNotifyEvent read FOnEnter write FOnEnter;

C++

__property OnEnter;

Properties

Type Visibility Source Unit Parent
event published
FMX.Header.pas
FMX.Header.hpp
FMX.Header THeader

Description

Occurs when the control receive input focus.

FMX.Header.THeader.OnEnter inherits from FMX.Controls.TControl.OnEnter. All content below this line refers to FMX.Controls.TControl.OnEnter.

Occurs when the control receive input focus.

OnEnter also occurs when DoEnter is called.

Write an event handler for OnEnter to specify what happens when the control receive input focus.

See Also