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

TcxSchedulerStorageResourceItems.Add Method

Appends a new resource to the collection.

#Declaration

Delphi

#Returns

Type
TcxSchedulerStorageResourceItem

#Remarks

Call this function to create a 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 TcxSchedulerStorageResourceItem class constructor, passing the resource collection as a parameter.

Note

Certain TcxSchedulerStorageResourceItems class descendants can override the Add function to create and return class-specific collection items.

See Also