Syntax 3: For OLEStream objects
Description
Closes an OLEStream object.
Applies to
OLEStream objects
Syntax
|
1 |
olestream.Close ( ) |
|
Argument |
Description |
|---|---|
|
olestream |
The OLEStream object variable that you want to |
Return value
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 2 3 |
integer result result = stm_pic_label.Close() DESTROY stm_pic_label |
See also
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest