Vcl.Forms.TCustomForm.Activate

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure Activate; dynamic;

C++

DYNAMIC void __fastcall Activate();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TCustomForm

Beschreibung

Dient als Ereignis-Dispatcher für eine Aktivierung.

Die Methode dient als Ereignis-Dispatcher für die Aktivierung von Formularen.

Die Formularkomponente ruft Activate als Reaktion auf die Botschaft CM_ACTIVATE auf. Die Botschaft wird gesendet, wenn ein Formular den Fokus von einer anderen Komponente dieser Anwendung oder bei Aktivierung der Anwendung erhält. In TCustomForm ruft Activate einfach die Ereignisbehandlungsroutine für OnActivate auf.

Siehe auch