helpApplStr Function

Validates that the specified help application element exists in the AOT; if not, a compiler error occurs.


str helpApplStr(enum type, str id)

Parameter

Description

type

The ApplHelpType enumeration value that indicates the type of the help application element.

id

The name of the help application element to validate.

The name of the specified help application element if valid.

This function is an intrinsic function, which is a metadata assertion function. Intrinsic functions take arguments that represent entities in the Application Object Tree (AOT) and validate these arguments at compile time. They have no effect at run time.

Community Additions

ADD
Show: