Frame
- Updated2023-02-17
- 2 minute(s) read
Frame
Closes a frame from a database, or all database objects.
.gvi.png?_LANG=enus)
Inputs/Outputs

frame in
The frame to close.

close all?
An input that indicates that all open database objects will be closed. This is the default.

error in
Error conditions that occur before this node runs.
The node responds to this input according to standard error behavior.
Default value: No error

error out
Error information.
The node produces this output according to standard error behavior.
Description
This node closes a frame object from a database (or all database objects). It is an instance of XNET Database Close.
To simplify the task of closing all database objects you opened, you can use the close all? parameter set to true (default); otherwise, only the single database object wired in is closed.
Database objects are closed automatically when the top-level node terminates, so using this node is optional. However, you may want to close database objects to free their memory prior to starting a session. You can use this node to do this.