CrMessage |
message class
|
CrMessageGlobal |
CrMessageGlobal is the global class containing the
vbmsglib librarys
global procedures and declarations which are specific to the library and
useful to a client.
|
CrPresenter |
CrPresenter is an interface for presenting a message, as well as the most
fundamental implementation for Micro$soft Visual Basic: VB runtime error.
|
CrPresenterCallback |
CrPresenterCallback is a CrPresenter implementation which presents messages to
a callback function.
|
CrPresenterChain |
CrPresenterChain is an ordered set (chain) of message presenters.
|
CrPresenterDialog |
CrPresenterDialog is a CrPresenter implementation which presents messages to
the user interface as a dialog.
|
CrPresenterEvent |
CrPresenterEvent is a CrPresenter implementation which presents messages to
an event handler.
|
CrPresenterFilterMessage |
CrPresenterFilterMessage is a CrPresenter implementation which presents
messages to a set of message criteria.
|
CrPresenterFilterSeverity |
CrPresenterFilterSeverity is a CrPresenter implementation which presents
messages to a set of severity criteria.
|
CrPresenterLog |
CrPresenterLog is a CrPresenter implementation which presents messages to
a log (implemented by vbloglib).
|