Create(TcxSchedulerWebServiceStorageResources) Constructor
Creates an empty collection of web service storage resources.
Declaration
constructor Create(AOwner: TcxSchedulerWebServiceStorageResources); reintroduce;
Parameters
Name | Type |
---|---|
AOwner | TcxSchedulerWebServiceStorageResources |
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