OLE.Client.property DataWindow object property
Description
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.
Controls
DataWindows
Syntax
PowerBuilder dot notation:
|
1 |
<span>dw_control</span>.Object.DataWindow.OLE.Client.<span>property</span> |
Describe and Modify argument:
|
1 |
"DataWindow.OLE.Client.<span>property </span>{ = '<span> value </span>' }" |
|
Parameter |
Description |
|---|---|
|
property |
An OLE client property, as shown in the |
|
value |
Values for the properties are shown in |
|
Property for OLE.Client |
Value |
|---|---|
|
Class |
The client class for the DataWindow. |
|
Name |
The client name for the DataWindow. The |
Usage
In the painter
Select the control and set the value in the Properties view, Definition
tab.
Examples
|
1 |
ls_data = dw1.Object.DataWindow.OLE.Client.Class |
|
1 |
dw1.Object.DataWindow.OLE.Client.Class = "PB" |
|
1 |
ls_data = dw1.Describe("DataWindow.OLE.Client.Class") |
|
1 |
dw1.Modify("DataWindow.OLE.Client.Class = 'PB'") |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest