Add method |
Applies to
TWebDataCollection
Declaration
Function Add: TWebDataItem;
Description
This method creates and adds to the collection a new empty item. You should assign to the returned item a unique name and set at least one of the following properties: TWebDataItem.Data, TWebDataItem.OnGetData or TWebDataItem.SubDir.
|