Return TypeFunction nameArguments
hdsTable*hdsTable::hdsTable(hdsApp*,)

Declared in file: hzDissemino.h
Defined in file : hdsCore.cpp

Function Logic:

0:START 1:hdsVE::InitVE m_pRepos m_pFoot m_pHead m_pNone m_nRows m_nHeight m_nWidth m_bEdit 2: No text

Function body:

hdsTable* hdsTable::hdsTable (hdsApp* pApp)
{
   InitVE(pApp) ;
   m_pRepos = 0;
   m_pNone = m_pHead = m_pFoot = 0;
   m_nWidth = m_nHeight = m_nRows = 0;
   m_bEdit = false ;
}