Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxSchedulerEvent.GetCustomFieldValue(TcxCustomSchedulerStorageField) Method

Returns the user-defined attribute’s value of the user event from the ACustomField in the TcxSchedulerStorageFields collection.

#Declaration

Delphi
function GetCustomFieldValue(ACustomField: TcxCustomSchedulerStorageField): Variant;

#Parameters

Name Type
ACustomField TcxCustomSchedulerStorageField

#Returns

Type
Variant

#Remarks

Use the GetCustomFieldValue method to get the value of the user-defined attribute from the custom field specified by the ACustomField parameter. If an illegal argument is specified (a value of nil or an inappropriate object) the runtime exception will be thrown.

See Also