FMX.Types.IControl.DoExit

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoExit;

C++

virtual void __fastcall DoExit() = 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 focus moves from the current control.

Implement the DoExit method to provide a certain behavior when the focus moves from the current control.

TControl implements this procedure as an OnExit event dispatcher.

See Also