Vcl.Dialogs.TCustomFileOpenDialog.GetResults
Delphi
function GetResults: HResult; override;
C++
virtual HRESULT __fastcall GetResults(void);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| function | class protected | Vcl.Dialogs.pas Vcl.Dialogs.hpp  | 
        Vcl.Dialogs | TCustomFileOpenDialog | 
Description
Get user's choices in dialog.
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.