TcxSchedulerFieldAdapter.Values Property
Provides indexed access to the values in the linked field.
Declaration
property Values[AEvent: TcxSchedulerEvent]: Variant read; write;
Property Value
Type |
---|
Variant |
Remarks
Use the Values property to obtain or to specify the field value in the record specified by the zero-based ARecordIndex parameter.
See Also