Object Method Icons in Documentation

PhilipBrown

Active Member
Licensed User
Longtime User
I'm trying to explain the exact meaning of the icons which are used in the documentation for object Members:
15.png
,
19.png
and
11.png
. In the Autocomplete options within the editor we also get
image064.png
and
image065.png
.

Edit
I believe that:
15.png
the flying pink box indicates either a keyword or a method (depending on which list it is shown in),
19.png
the hand indicates a property,
11.png
the blue box is a key constant,
image064.png
the pink box with a lock is a function defined within the code and
image065.png
the blue box with a key is a variable defined in Process_Globals

Perhaps you could clarify if you think this is wrong...
 
Last edited:
Top