ddCatAddItem
ddCatAddItem(
b_ddId
t_name
t_type
)
=> t / nil
Description
Adds the specified name to the given category.
Edits are not written to disk until a ddCatSave is done. The given category must have been opened for “w” (write) or “a” (append).
Arguments
|
The object type of the item. The caller must specify the type of the object being added. |
Value Returned
Return to top