[Overview][Types][Classes] |
Source position: uWordList.pas line 21
type TLoadProgress = procedure( |
pos: Integer; |
count: Integer; |
loadingWord: AnsiString |
) of object; |
pos |
|
Current position |
count |
|
Total length |
loadingWord |
|
What word is being loading into the word list. |