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