| Flag | Meaning |
|---|---|
| MB_OK | The messagebox has one okbutton |
| MB_OKCANCEL | The messagebox has two buttons ok and cancel |
| MB_RETRYCANCEL | The messagebox has two buttons retry and cancel |
| MB_YESNO | The messagebox has two buttons yes and no |
| MBYESNOCANCEL | The messagebox has three buttons yes no and cancel |
| MB_ABORTRETRYIGNORE | abort retry and ignore buttons |
| Flag | Meaning |
|---|---|
| MB_ICONEXCLAMATION | The warning icon |
| MB_ICONWARNING | Same as the first one | MB_ICONINFORMATION | the info icon |
| MB_ICONASTERISK | Information icon |
| MB_ICONQUESTION | In Delphi this is mtConfirmation |
| MB_ICONERROR | the error icon |
| Flag | Meaning |
|---|---|
| IDYES | the yes button was clicked |
| IDRETRY | the retry button was clicked |
| IDOK | the ok button was clicked |
| IDNO | the no button was clicked |
| IDIGNORE | the ignore button was clicked |
| IDCANCEL | the cancel button was clicked |
| IDABORT | the abort button was clicked |
| index | main page of this website |
| info | file extensions produced by the Delphi ide |
| ide | Delphi ide information |
| tips | Delphi keyboard shortcuts etc |
| sourcecode | Delphi source code |
| about | info about me |
| books | a list of Delphi books |
| board | Delphi programming dscussion board |
| guestbook | let me know you where here in my guestbook |
| newsgroups | a list of Delphi discussion newsgroups |
| webring | wanna join the DelphiVillage webring? |
| help | how to create windows® help files? |
| components | how to build Delphi components? |
| delphi topsites | i joined many toplist here is mine |
| setup | how to build a setup program? |