FMX.ApplicationEvents.TApplicationEvents.OnBeforeDestroyFormHandle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnBeforeDestroyFormHandle: TFormNotifyEvent read FOnBeforeDestroyFormHandle write FOnBeforeDestroyFormHandle;

C++

__property TFormNotifyEvent OnBeforeDestroyFormHandle = {read=FOnBeforeDestroyFormHandle, write=FOnBeforeDestroyFormHandle};

Properties

Type Visibility Source Unit Parent
event published
FMX.ApplicationEvents.pas
FMX.ApplicationEvents.hpp
FMX.ApplicationEvents TApplicationEvents

Description

Occurs when the form is being destroyed, native handle.