FMX.Dialogs.TOpenDialog.OnTypeChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnTypeChange: TNotifyEvent read FOnTypeChange write FOnTypeChange;

C++

__property System::Classes::TNotifyEvent OnTypeChange = {read=FOnTypeChange, write=FOnTypeChange};

Properties

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

Description

Occurs when the selection from the type combo box in the dialog is changed.

The OnTypeChange event occurs when the user selects a new filter from the Type combo box at the bottom of the dialog. This includes the moment when the TOpenDialog is displayed.

See Also