Vcl.Forms.TApplication.OnGetMainFormHandle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnGetMainFormHandle: TGetHandleEvent read FOnGetMainFormHandle  write FOnGetMainFormHandle;

C++

__property TGetHandleEvent OnGetMainFormHandle = {read=FOnGetMainFormHandle, write=FOnGetMainFormHandle};

Properties

Type Visibility Source Unit Parent
event public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TApplication

Description

OnGetMainFormHandle is the event triggered when reading the value of the MainFormHandle property.

OnGetMainFormHandle is the event triggered when reading the value of the MainFormHandle property.

See Also