| Return Type | Function name | Arguments |
|---|---|---|
| NULL-BASIS | hdsFormhdl::~hdsFormhdl | (void) |
Declared in file: hzDissemino.h
Defined in file : hdsExec.cpp
Function Logic:
Function body:
NULL-BASIS hdsFormhdl::~hdsFormhdl (void)
{
hzList<hdsExec*>::Iter ei ;
hdsExec* pExec ;
for (ei = m_Exec ; ei.Valid() ; ei++)
{
pExec = ei.Element() ;
delete pExec ;
}
}