declared-function = DECLARED "(" identifier ")" .
Special built-in function that can be used in conditional expressions as well as in any expression in normal code.
It returns TRUE if <identifier> is a Pascal identifier (constant, type, variable, function or procedure name) that has been declared at this point.
See also: DEFINED.