Create(TcxSchedulerWebServiceStorageResources) Constructor
In This Article
Creates an empty collection of web service storage resources.
#Declaration
Delphi
constructor Create(AOwner: TcxSchedulerWebServiceStorageResources); reintroduce;
#Parameters
Name | Type |
---|---|
AOwner | Tcx |
#Remarks
This constructor supports the internal infrastructure and is not intended to be used directly from your code. A TcxSchedulerWebServiceStorageResources object calls this constructor internally to create a collection of web service storage resources.
See Also