TcxSchedulerEvent.GetCustomFieldValueByIndex(Integer) Method
Returns the user-defined attribute’s value of the user event from the TcxSchedulerStorageFields collection at the position specified by the AIndex parameter.
Declaration
function GetCustomFieldValueByIndex(AIndex: Integer): Variant;
Parameters
Name | Type |
---|---|
AIndex | Integer |
Returns
Type |
---|
Variant |
Remarks
Call this function to get the value of the user-defined attribute from the custom field specified by the AIndex parameter. If the AIndex parameter value doesn’t match an index in the TcxSchedulerStorageFields collection the runtime exception will be thrown.
See Also