TcxSchedulerDBStorageFields.ItemByFieldName(string) Method
In This Article
Returns the TcxSchedulerDBStorageField object, specified by the AFieldName, from the TcxSchedulerStorageFields collection.
#Declaration
Delphi
function ItemByFieldName(const AFieldName: string): TcxSchedulerDBStorageField;
#Parameters
Name | Type |
---|---|
AField |
string |
#Returns
Type |
---|
Tcx |
#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