Syntax 3 For OLEStream objects
Description
Closes an OLEStream object.
Controls
OLEStream objects
Syntax
|
1 |
<span>olestream</span>.<span>Close</span> ( ) |
|
Argument |
Description |
|---|---|
|
olestream |
The OLEStream object variable that you |
Return Values
Integer. Returns 0 if it succeeds and
one of the following negative values if an error occurs:
-
-1 The storage is not
open -
-9 Other error
If olestream is null,
Close returns null.
Examples
This example closes the OLEStream object stm_pic_label and
releases the variable’s memory:
|
1 |
integer result |
|
1 |
result = stm_pic_label.<span>Close</span>() |
|
1 |
DESTROY stm_pic_label |
See Also
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest