Vcl.Dialogs.TFileSaveDialog.OnTypeChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnTypeChange: TNotifyEvent read FOnTypeChange write FOnTypeChange;

C++

__property OnTypeChange;

Properties

Type Visibility Source Unit Parent
event published
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs TFileSaveDialog

Description

Occurs when the user changes the file type selection in the dialog.

Vcl.Dialogs.TFileSaveDialog.OnTypeChange inherits from Vcl.Dialogs.TCustomFileDialog.OnTypeChange. All content below this line refers to Vcl.Dialogs.TCustomFileDialog.OnTypeChange.

Occurs when the user changes the file type selection in the dialog.

OnTypeChange occurs when the user changes the file type selection in the dialog. The DoOnTypeChange method triggers this event.

See Also