TcxSchedulerEvent.GetCustomFieldValue(TcxCustomSchedulerStorageField) Method
Returns the user-defined attribute’s value of the user event from the ACustomField in the TcxSchedulerStorageFields collection.
Declaration
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