| Return Type | Function name | Arguments |
|---|---|---|
| hdsTable* | hdsTable::hdsTable | (hdsApp*,) |
Declared in file: hzDissemino.h
Defined in file : hdsCore.cpp
Function Logic:
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 ;
}