Variable CSPTemplate::MustClearChildren

Description:
Sets whether the template's children will be cleared after it is rendered.

Prototype
bool MustClearChildren;

Remarks:
The default value is true.

If set to true, when the template is rendered by calling the member function Render(), any children's rendered content will be discarded.
If set to false, the children's rendered content will not be discarded, and therefore can be re-used when the template is re-rendered.

See also:
member functions Render(), Echo()
CSPTemplate | Other support classes | Class Categories | Online help home | Back

www.micronovae.com

Copyright © 2002 - 2005 Micronovae Ltd