FMX.Types.IControl.DoEnter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoEnter;

C++

virtual void __fastcall DoEnter() = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Types.pas
FMX.Types.hpp
FMX.Types IControl

Description

Provides a response when the current control receives focus.

Implement the DoEnter method to provide a certain behavior when the current control receives focus.

TControl implements this procedure as an OnEnter event dispatcher.

See Also