The control's version info.
Usage
Set_Property(OLECtrlEntID, "OLE.Version", Array)
Values
Array has the following structure:
Pos | Name | Type | Description |
---|---|---|---|
<1> | Version Number | Decimal | The control's version number |
<2> | Last Build | Text | The data and time of the control's last build |
Remarks
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
// Get the control's version Version = Get_Property(@Window:".OLE_CONTROL", "OLE.Version")