TcxSchedulerStorageLinks.GetStorageLinkIndex(TcxCustomSchedulerStorage) Method
Returns the zero-based index of the link to a specified storage.
Declaration
function GetStorageLinkIndex(AStorage: TcxCustomSchedulerStorage): Integer;
Parameters
Name | Type |
---|---|
AStorage | TcxCustomSchedulerStorage |
Returns
Type |
---|
Integer |
Remarks
The GetStorageLinkIndex method returns -1, if the collection doesn’t have a match to the AStorage parameter.
See Also