TcxSchedulerEvent.Values Property
Provides indexed access to the storage fields that store the current TcxSchedulerEvent object’s properties values.
#Declaration
property Values[Index: Integer]: Variant read; write;
#Property Value
Type |
---|
Variant |
#Remarks
The Values property provides a unified interface to work with the data in bound or unbound mode. The zero-based Index parameter specifies the field’s index.
Use the Values property to get the current TcxSchedulerEvent properties’ values from the storage fields:
Index | Property |
---|---|
0 | Tcx |
1 | Tcx |
2 | Tcx |
3 | Tcx |
4 | Tcx |
5 | Tcx |
6 | Tcx |
7 | Tcx |
8 | Tcx |
9 | Tcx |
10 | Tcx |
11 | Tcx |
12 | Tcx |
13 | Tcx |
14 | Tcx |
15 | Tcx |
16 | Tcx |
17 | Tcx |
18 | Tcx |
19 | Tcx |
20 | Tcx |
21 | Reminder |
22 | Tcx |
Note
If custom fields are defined in an application (see the Tcx