FMX.Forms.TCommonCustomForm.Deactivate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Deactivate;

C++

void __fastcall Deactivate(void);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TCommonCustomForm

Description

Deactivation event dispatcher.

The form component calls Deactivate when it loses the focus either because of a change in the active windows within an application or because of the application becoming inactive. Deactivate fires an OnDeactivate event.

See Also