RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Dialogs.TTaskDialogCommonButton Enumeration

Buttons for Task Dialogs.

Pascal
TTaskDialogCommonButton = (
  tcbOk,
  tcbYes,
  tcbNo,
  tcbCancel,
  tcbRetry,
  tcbClose
);
C++
enum TTaskDialogCommonButton {
  tcbOk,
  tcbYes,
  tcbNo,
  tcbCancel,
  tcbRetry,
  tcbClose
};

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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!