TcxSchedulerStorageFields.ItemByName(string) Method
Returns the TcxSchedulerStorageField object from the TcxSchedulerStorageFields collection.
Declaration
function ItemByName(const AName: string): TcxSchedulerStorageField;
Parameters
Name | Type |
---|---|
AName | string |
Returns
Type |
---|
TcxSchedulerStorageField |
Remarks
Use the ItemByName method to get the TcxSchedulerStorageField object. If the AName doesn’t match the field in the collection this method returns nil.
The AName parameter specifies the TcxSchedulerStorageField object in the TcxSchedulerStorageFields collection.
See Also