TEntryTimer
From Ultibo.org
Revision as of 04:59, 17 May 2018 by Ultibo (Talk | contribs) (Created page with "Return to Unit Filesystem __TOC__ === Description === ---- ''To be documented'' === Class definitions === ---- <div class="toccolours mw-collapsible...")
Return to Unit Filesystem
Description
To be documented
Class definitions
[Expand]
TEntryTimer = class(TObject)
Function declarations
[Expand]
function TEntryTimer.Dequeue:TDiskEntry;
Description: Get and remove the first entry from the timer list
[Expand]
function TEntryTimer.FirstKey:Integer;
Description: Get the first Key value from the timer list
[Expand]
function TEntryTimer.InsertKey(AEntry:TDiskEntry; AKey:Integer):Boolean;
Description: Insert the supplied entry in the timer list in delta ascending order based on Key
[Expand]
function TEntryTimer.DeleteKey(AEntry:TDiskEntry):Boolean;
Description: Delete the supplied entry from the timer list
[Expand]
function TEntryTimer.DecrementKey:Integer;
Description: Decrement the first Key value in the Timer list
[Expand]
function TEntryTimer.ScheduleEntry(AEntry:TDiskEntry; ATimeout:LongWord):Boolean;
Description: To be documented
[Expand]
function TEntryTimer.UnscheduleEntry(AEntry:TDiskEntry):Boolean;
Description: To be documented
Return to Unit Reference