[Overview][Types][Classes] Reference for unit 'uWordList' (#pLua)

TLoadProgress

Declaration

Source position: uWordList.pas line 21

type TLoadProgress = procedure(

  pos: Integer;

  count: Integer;

  loadingWord: AnsiString

) of object;

Arguments

pos

  

Current position

count

  

Total length

loadingWord

  

What word is being loading into the word list.