Vcl.StdActns.TCommonDialogAction.ExecuteResult

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ExecuteResult: Boolean read FExecuteResult;

C++

__property bool ExecuteResult = {read=FExecuteResult, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.StdActns.pas
Vcl.StdActns.hpp
Vcl.StdActns TCommonDialogAction

Description

Indicates the result of executing the associated dialog.

When the dialog action fires, it executes the dialog specified by the CommonDialog property and sets ExecuteResult the value returned by that dialog's Execute method. Thus, ExecuteResult is false if the dialog has not executed or the user canceled when the dialog executed, and true if the user exited the dialog by clicking OK.

See Also