Vcl.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
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs TOpenDialog

Description

Occurs when the file types displayed in the dialog are changed.

The OnTypeChange event occurs when the user selects a new filter from the Files of Type list box at the bottom of the dialog.

See Also