Return TypeFunction nameArguments
boolhzXmlSlct::IsNull(void)

Declared and defined in file: hzDocument.h

Function Logic:

Function body:

bool hzXmlSlct::IsNull (void)
                           { return (!m_Slct && !m_Info)? true : false ; }