Vcl.ExtActns.TCustomFileRun.SetupBrowseDialog

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetupBrowseDialog;

C++

void __fastcall SetupBrowseDialog(void);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.ExtActns.pas
Vcl.ExtActns.hpp
Vcl.ExtActns TCustomFileRun

Description

Creates an instance of TOpenDialog and assigns it as the value of the BrowseDlg property.

SetupBrowseDialog generates the default open dialog instance for the dialog that appears when the Browse property is true. It assigns this newly created dialog component as the value of the BrowseDlg property.

Most applications do not need to call SetupBrowseDialog because it is called automatically by the TCustomFileRun constructor.

See Also