icreator

prop
SYNOPSIS
    string P_ICREATOR  "ICreator"  -- read only

    string Query(P_ICREATOR)
      or
    string QueryICreator()

DESCRIPTION
    The object_name() of that interactive user which caused the load/clone
    of this object.

    This property is useful mostly for debugging purposes in complex
    cases, or in cases of illegal wizard helping.

EXAMPLE
    obj->Query(P_ICREATOR) -> "/Mateese"
      -- The offending object obj was created by the user Mateese.

AVAILABILITY
    Include: <properties.h>

    Availability: /std/base and descendants.

SEE ALSO
    base(S), creator(P)