RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTaskDialogButtonItem.ModalResult Property

Modal result of pushing this button.

Pascal
property ModalResult: TModalResult;
C++
__property TModalResult ModalResult;

ModalResult defines the modal result of pushing this button: mrYes, mrNo, mrOk, mrCancel mrAbort, mrRetry, mrIgnore, mrAll, mrNoToAll, mrYesToAll, mrClose. The value assigned will then be returned if the button was pressed and ModalResult of TTaskDialog itsself was called. 

 

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