Unit 'HTMLIndexer' Package
[Overview][Types][Classes][Index] [#chm]

TIndexedWordList

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: htmlindexer.pas line 71

type TIndexedWordList = class(TObject)

public

  constructor Create;

  destructor Destroy; override;

  function IndexFile();

  procedure Clear;

  procedure AddWord();

  procedure ForEach();

  property IndexedFileCount: DWord; [r]

  property LongestWord: DWord; [r]

  property TotalWordCount: DWord; [r]

  property TotalDIfferentWords: DWord; [r]

  property TotalWordLength: DWord; [r]

  property TotalDifferentWordLength: DWord; [r]

  property Words []: TIndexedWord; [r]

end;

Inheritance

TIndexedWordList

|

TObject


Documentation generated on: 2023-03-18