Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

PosNameTypeDescription
<1>Version NumberDecimalThe control's version number
<2>Last BuildTextThe data and time of the control's last build

...

This read only property exists in all SRP OLE controls to provide an easy way to determine which version of the control is in use.

Example

Code Block
 // Get the control's version 
Version = Get_Property(@Window:".OLE_CONTROL", "OLE.Version")

...