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

TWordListSymbol

Declaration

Source position: uWordList.pas line 15

type TWordListSymbol = packed record

  c: Char;

  

  eow: Boolean;

  

  data: Pointer;

  

  below: TWordListSymbolArray;

  

end;

Description

Used to contain a single letter from a word and what letters it connects to.