Redeclared from the dialogs.pas unit.
TMsgDlgBtn = ( mbYes, mbNo, mbOK, mbCancel, mbAbort, mbRetry, mbIgnore, mbAll, mbNoToAll, mbYesToAll, mbHelp, mbClose );
JSDialogs
Members |
Description |
mbYes |
A button with 'Yes' on its face. |
mbNo |
A button the text 'No' on its face. |
mbOK |
A button the text 'OK' on its face. |
mbCancel |
A button with the text 'Cancel' on its face. |
mbAbort |
A button with the text 'Abort' on its face |
mbRetry |
A button with the text 'Retry' on its face |
mbIgnore |
A button the text 'Ignore' on its face |
mbAll |
A button with the text 'All' on its face |
mbNoToAll |
A button with the text 'No to All' on its face |
mbYesToAll |
A button with the text 'Yes to All' on its face |
mbHelp |
A button with the text 'Help' on its face |
mbClose |
A button with the text 'Close' on its face |
This enables the JSDialogs unit to be a drop in replacement for most occurrences of dialogs.pas.
Copyright © 2013 by LMD Innovative. All rights reserved.
|
What do you think about this topic? Send feedback!
|