TcxSchedulerEventList.Last Property
Provides access to the last TcxSchedulerEvent object in the TcxSchedulerEventList collection.
Declaration
property Last: TcxSchedulerEvent read;
Property Value
Type |
---|
TcxSchedulerEvent |
Remarks
Use the Last property to get the TcxSchedulerEvent object located at the end of the TcxSchedulerEventList collection.
See Also