IDLitDataContainer::Add
Syntax | Arguments | Keywords | Version History
The IDLitDataContainer::Add procedure method adds items to the data container object, and sends out an OnDataChange and OnDataComplete messages to all observers of the data container.
Syntax
Obj->[IDLitDataContainer::]Add, Data [, /NO_NOTIFY]
Arguments
Data
An object reference (or array of object references) to the IDLitData object or objects to be added to the container. Objects that are not of class IDLitData are quietly ignored.
Keywords
NO_NOTIFY
Normally, when an item is added, an ADDITEMS notification message is broadcast to all iTool components registered as monitoring this container. If this keyword is set, no ADDITEMS message is sent.
Note
Regardless of the setting of NO_NOTIFY, the OnDataChange and OnDataComplete messages are always sent.
Version History