PublicTag Property (AUsers) |
v6 |
Returns or sets a variant that stores any public (not user privilege protected) generic data needed by the application.
Object.PublicTag [ = vrData ]
The PublicTag property syntax has the following parts:
|
Name |
Type |
Description |
|
Object |
AUsers |
AUsers object |
|
vrData |
Variant[] |
Variant or array of variants |
This field can be used to store Public Data - those data not protected by Administrator, for examples, Window Position, some of user's options last settings, etc.
The following stores public data, an array of variants in the Public Tag. One variant is of type Structure :
av=users.PublicTag
av[atePublicTag]=m_stRunTime.stPublicTag
users.PublicTag=av