|
Parameters
(None)
Return Values
-
True:
Successful deletion.
-
False: Error.
Remarks
This function deletes the current node. If the node has
children, all child nodes are also removed.
On success, the node cursor moves to the parent of the deleted node.
The function can fail for any of the following reasons.
-
No file was loaded.
-
The current node is a header structure of an
organized block.
-
The current node is not a child of an organized block.
-
The current node is the top-level node.
Compatibility
|
|
All Platforms |
Win32 C++ LIB |
|
BAR version |
1.1 |
1.1 |
|
|
All Platforms |
Win32 |
|
BARfly version |
1.0 |
1.0 |
See also: [BAR
type lookup functions] [BAR
loading and saving functions] [BAR
node navigation functions]
[BAR node information functions] [BAR
data reading functions] [BAR data
writing functions] [BAR
miscellaneous functions]
|