var instance = new Vintasoft.Shared.WebFlagsEnumItemBaseJS(); var value; // Type: boolean // Parameters var val; // Type: string value = instance.contains(val);
function contains(
valName of enumeration element (bit field).: string
) : boolean;
Parameters
- val
- Name of enumeration element (bit field).
Return Value
True - this enumeration element contains the specified sub element; False - this enumeration element does NOT contain the specified sub element.