Loads words from the file..
procedure Load(const AFileName: string); overload;
Load method loads words from the file with AFileName filename. The file is searched in the application directory. It can also load Title and Language if it is present in the file.
Load Method