Skip to main content

TcxSchedulerDBStorageFields.ItemByFieldName(string) Method

Returns the TcxSchedulerDBStorageField object, specified by the AFieldName, from the TcxSchedulerStorageFields collection.

Declaration

function ItemByFieldName(const AFieldName: string): TcxSchedulerDBStorageField;

Parameters

Name Type
AFieldName string

Returns

Type
TcxSchedulerDBStorageField

Remarks

Use the ItemByFieldName method to get the TcxSchedulerDBStorageField object. If the AFieldName doesn’t match the field in the collection this method returns nil.

See Also