OWLNext 7.0
Borland's Object Windows Library for the modern age
|
#include <owl/module.h>
Public Member Functions | |
TSystemMessage () | |
default errorId, def language | |
TSystemMessage (uint32 error, TLangId langId=LangNeutral) | |
int | MessageBox (TWindow *wnd, const tstring &msg, const tstring &title, uint flags=MB_OK) const |
const tstring & | SysMessage () const |
uint32 | SysError () const |
Protected Member Functions | |
void | Init (TLangId langId) |
Protected Attributes | |
uint32 | Error |
tstring | Message |