TcxSchedulerEvent.EditValues Property
Provides indexed access to the user event object’s properties in edit mode.
Declaration
property EditValues[Index: Integer]: Variant read; write;
Property Value
Type |
---|
Variant |
Remarks
Used to specify the user event’s properties in edit mode (see the BeginEditing method and the IsEditing property).
The zero-based Index parameter specifies the property index.
See Also