TcxSchedulerStorageResourceItems.Add Method
In This Article
Appends a new resource to the collection.
#Declaration
Delphi
function Add: TcxSchedulerStorageResourceItem;
#Returns
Type |
---|
Tcx |
#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 Tcx
See Also