TcxSchedulerWebServiceStorageResourceItems.Add Method
In This Article
Appends a new web service storage resource to the collection.
#Declaration
Delphi
function Add: TcxSchedulerWebServiceStorageResourceItem;
#Returns
Type |
---|
Tcx |
#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