IsObjectReferencePublic (open)

Returns whether a object reference is public

Syntax

// Core function, no LOADLIB necessary

BOOLEAN FUNCTION IsObjectReferencePublic(OBJECT obj)

Parameters

OBJECT obj

Object to check if public

Return value

BOOLEAN

Returns whether the object reference is public.

Description

This function returns whether an object reference is public. If not (it made using the PRIVATE THIS) it returns FALSE.