RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomFileRun.SetupBrowseDialog Method

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

Pascal
procedure SetupBrowseDialog;
C++
__fastcall SetupBrowseDialog();

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!