TcxSchedulerWebServiceStorageResourceItems.Add Method
Appends a new web service storage resource to the collection.
Declaration
function Add: TcxSchedulerWebServiceStorageResourceItem;
Returns
Type |
---|
TcxSchedulerWebServiceStorageResourceItem |
Remarks
Call this function to create a web service storage resource with the default parameters. The Add function returns a reference (in Delphi) or pointer (in C++Builder) to the newly created resource.
Alternatively, you can call the TcxSchedulerWebServiceStorageResourceItem class’ constructor, passing the web service storage resource collection as a parameter.
See Also