TcxSchedulerStorageLinks.AddStorageLink(TcxCustomSchedulerStorage) Method
Creates a new link that binds a storage to the aggregate storage, and adds the newly created link to the collection.
Declaration
function AddStorageLink(AStorage: TcxCustomSchedulerStorage): TcxSchedulerStorageLink;
Parameters
Name | Type |
---|---|
AStorage | TcxCustomSchedulerStorage |
Returns
Type |
---|
TcxSchedulerStorageLink |
Remarks
The AddStorageLink method returns a reference to the newly created link.
See Also