[Prev] [Next] [Top] [Bottom] [Contents] (16 out of 193)

SaClearKeyList

Clears out all stored keyed strings.

Synopsis

#include "SaRnHtml.h"

void SaClearKeyList();

Arguments

None

Return Values

None.

Description

Clears out all stored keyed strings. Keyed strings are key-value pairs separated by an equal sign. Each keyed string printed is separated from the next keyed string by 3 underscores. This can be used to hold state for an anchor in a client browser.

Example

SaClearKeyList();

See Also


[Prev] [Next] [Top] [Bottom] [Contents] (16 out of 193)