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

TWordList.SaveToFile

Declaration

Source position: uWordList.pas line 68

public procedure TWordList.SaveToFile(

  const WhatFile: AnsiString

);

Arguments

WhatFile

  

Filename to save words to. Will be overwritten if it currently exists.

Description

Saves the words in the word list to a file, calls SaveToStream to actually perform the work.