DCL 3.7.4
Loading...
Searching...
No Matches
MessageView.cpp File Reference
#include <dcl/Config.h>
#include "HtmlPage.h"
#include "MessageView.h"

Go to the source code of this file.

Functions

__DCL_BEGIN_NAMESPACE IMPLEMENT_CLASSINFO_EX (MessageView, HtmlView) MessageView

Function Documentation

◆ IMPLEMENT_CLASSINFO_EX()

__DCL_BEGIN_NAMESPACE IMPLEMENT_CLASSINFO_EX ( MessageView ,
HtmlView  )

Definition at line 17 of file MessageView.cpp.

20 : HtmlView(pPage)
21{
22 __nDsID = 0;
23 __nTableID = 0;
24 __nReplyDepth = 0;
25 __nSequence = 0;
26}