RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Dialogs.TTaskDialogCommonButtons Type

An array of Buttons for Task Dialogs.

Pascal
TTaskDialogCommonButtons = set of TTaskDialogCommonButton;
C++
TTaskDialogCommonButton TTaskDialogCommonButtons;

Dialogs

The following predefined buttons can appear on Task Dialogs:

Button 
Description 
tcbOk  
OK button.  
tcbYes  
Yes button.  
tcbNo  
No button.  
tcbCancel  
Cancel button.  
tcbRetry  
Retry button.  
tcbClose  
Close button.  

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!