Settings that some OLE server applications use to identify the client’s information. The property values can be used to construct the title of the server window.
DataWindows
Describe and Modify argument:
"DataWindow.OLE.Client.property { = ' value ' }"
Parameter |
Description |
---|---|
property |
An OLE client property, as shown in the table below. |
value |
Values for the properties are shown in the table below. Value cannot be a DataWindow expression. |
Property for OLE.Client |
Value |
---|---|
Class |
The client class for the DataWindow. The default is DataWindow. |
Name |
The client name for the DataWindow. The default is Untitled. |
Select the control and set the value in the Properties window, Definition category.
[Visual Basic] ls_data = dw1.Describe("DataWindow.OLE.Client.Class")
dw1.Modify("DataWindow.OLE.Client.Class = 'PB'")