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

TWordList.AddWord

Declaration

Source position: uWordList.pas line 77

public function TWordList.AddWord(

  const WhatWord: AnsiString

):PWordListSymbol;

Arguments

WhatWord

  

The word to be added to the word list.

Function result

Word list symbol that can be used to set the words data pointer. Will be NIL if the word could not be added to the word list.

Description

Add a word to the list of available words.