FMX.Forms.TCommonCustomForm.Activate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Activate;

C++

void __fastcall Activate();

Properties

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

Description

Activation event dispatcher.

The form component calls Activate when it gets the focus either because of a change in the active windows within an application or because of the application becoming active. Activate fires an OnActivate event.

See Also