DoesPreferenceExist Method

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

Syntax

object.DoesPreferenceExist

(

i_NameAs String

) As Boolean

Parameters

Parameter Description

i_Name

The name of the application preference.

Return Value

TRUE if an application preference is defined with the specified name. FALSE if there is no application preference defined with the specified name.

See Also

Reference

IGrooveFormsToolApplicationPreferences Interface
GetPreference Method