Share via


DoesDataExist Method

The DoesDataExist method tests whether a value is defined for the specified name.

Syntax

object.DoesDataExist

(

i_NameAs String

) As Boolean

Parameters

Parameter Description

i_Name

The name of the session data.

Return Value

The return value is TRUE if session data is defined with the specified name and is FALSE if data is not defined.

See Also

Reference

IGrooveFormsToolSessionData Interface