FMX.Dialogs.TCommonDialog.OnShow

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnShow: TNotifyEvent read FOnShow write FOnShow;

C++

__property System::Classes::TNotifyEvent OnShow = {read=FOnShow, write=FOnShow};

Properties

Type Visibility Source Unit Parent
event published
FMX.Dialogs.pas
FMX.Dialogs.hpp
FMX.Dialogs TCommonDialog

Description

Occurs when the dialog opens.

Write an OnShow event handler to perform special processing when the dialog is displayed.

See Also