Vcl.Dialogs.TCustomFileOpenDialog.GetResults

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetResults: HResult; override;

C++

virtual HRESULT __fastcall GetResults();

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.

See Also