RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomFileOpenDialog.GetResults Method

Get user's choices in dialog.

Pascal
function GetResults: HResult; override;
C++
virtual __fastcall HRESULT GetResults();

GetResults obtains the user's choices in a dialog. The fdoAllowMultiSelect option must be set in Options to allow multiple items to be selected. This returns S_OK if successful or an error value otherwise. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!