Get_Property function

Returns the current value of the specified property of a control.

returnvalue = Get_Property(objectname, property [, auxiliaryarg])

There are also properties for a special "SYSTEM" object. For example,

ExistingProp = Get_Property("SYSTEM", "VERSION")

returns the current version of Windows, as well as of OpenInsight.

IdleProcStructure = Get_Property("SYSTEM", "IDLEPROC")

describes an event that has yet to execute.

Chapter 4: Properties provides detailed information about each property and the appropriate syntax for using Get_Property() with each. Also, Send_Message(), Set_Property()

  • guides/programming/programmers_reference_manual/get_property.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1