BBjSysGui::resClose
Description
In BBj 2.03 and higher, this method closes a resource handle.
Syntax
Return Value |
Method |
void |
resClose(int handle) |
Parameters
Variable |
Description |
handle |
Specifies a resource handle from a previous call to BBjSysGui::resOpen. |
Return Value
None.
Remarks
This method is equivalent to RESCLOSE Verb - Close Resource File.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.