Vcl.Dialogs.TCustomTaskDialog.OnDialogConstructed

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnDialogConstructed: TNotifyEvent read FOnDialogConstructed write FOnDialogConstructed;

C++

__property System::Classes::TNotifyEvent OnDialogConstructed = {read=FOnDialogConstructed, write=FOnDialogConstructed};

Properties

Type Visibility Source Unit Parent
event public
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs TCustomTaskDialog

Description

Dialog constructed event.

OnDialogConstructed is the dialog constructed event.