FMX.Forms.TCommonCustomForm.Deactivate
Delphi
procedure Deactivate;
C++
void __fastcall Deactivate();
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.