Vcl.Dialogs.TCustomFileDialog.DoOnTypeChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoOnTypeChange; dynamic;

C++

DYNAMIC void __fastcall DoOnTypeChange();

Properties

Type Visibility Source Unit Parent
procedure
function
class protected
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs TCustomFileDialog

Description

Call OnTypeChange event method if defined.

DoOnTypeChange calls the OnTypeChange event, if the event is defined. DoOnTypeChange is called when the user changes the file type selection in the dialog.

See Also