OLEClass
property (DataWindow object)
Description
The name of the OLE class for the TableBlob control.
Applies to
TableBlob controls
Syntax
PowerBuilder dot notation:
|
1 |
dw_control.Object.tblobname.OLEClass |
Describe and Modify argument:
|
1 |
"tblobname.OLEClass { = 'oleclassname ' }" |
|
Parameter |
Description |
|---|---|
|
tblobname |
The TableBlob column for which you want to get or |
|
oleclassname |
(exp) A string specifying a class of an OLE server |
Usage
In the painter
Select the control and set the value in the Properties view,
Definition tab, OLE Class: Description option.
Examples
|
1 2 3 4 |
setting = dw1.Object.blob_1.OLEClass dw1.Object.blob_1.OLEClass = 'Word.Document' setting = dw1.Describe("blob_1.OLEClass") dw1.Modify("blob_1.OLEClass='Word.Document'") |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest