Returns the current value of the Presentation Server counter, a number which is incremented after each access, thereby providing a unique numeric value for the current process.
This property is a positive integer value.
Development | Runtime | Indexed | Scaled | Synthetic |
---|---|---|---|---|
N/A | Get | No | No | No |
This property is useful for returning a simple unique number when used with Get_Property. The system itself uses COUNTER to provide unique suffix values for window and control IDs when creating multi-instance windows and tool-panels.
CounterVal = Get_Property( "SYSTEM", "COUNTER" )
N/A