FMX.CalendarEdit.TCalendarEdit.OnEnter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnEnter: TNotifyEvent read FOnEnter write FOnEnter;

C++

__property OnEnter _DEPRECATED_ATTRIBUTE0 ;

Properties

Type Visibility Source Unit Parent
event published
FMX.CalendarEdit.pas
FMX.CalendarEdit.hpp
FMX.CalendarEdit TCalendarEdit

Description

Warning: OnEnter is deprecated.

Occurs when the control receive input focus.

FMX.CalendarEdit.TCalendarEdit.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