FMX.Dialogs.TOpenDialog.DoTypeChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoTypeChange; dynamic;

C++

DYNAMIC void __fastcall DoTypeChange();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Dialogs.pas
FMX.Dialogs.hpp
FMX.Dialogs TOpenDialog

Description

OnTypeChange event dispatcher.

DoTypeChange is called automatically when the selection from the type combo box in the dialog is changed.

DoTypeChange executes the handler of the OnTypeChange event if defined.

See Also