Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxSchedulerWebServiceStorageResourceItems.Add Method

Appends a new web service storage resource to the collection.

#Declaration

#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