FormNameIsOrInheritsFrom

Applies To

IWSForm interface

Definition

Takes a single string parameter for the name of the form and returns a Boolean value indicating whether the string parameter is equal to the name of the current form object, or to the name of the form from which the current form is inherited.

Syntax

object.FormNameIsOrInheritsFrom( string )

Part Description
object Required. The name of a valid form object.
string Required. The name of the form.

Remarks

The name of the form from which the current form is inherited refers to the name of base form associated with the current form.

Example

ThisForm.FormNameIsOrInheritsFrom("WBCriticalNumberIDOSetup")