[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: htmlindexer.pas line 45
type TIndexedWord = class(TObject) |
public |
constructor Create(); |
destructor Destroy; override; |
function GetLogicalDocument(); |
property TheWord: string; [rw] |
property DocumentTopic []: TIndexDocument; [r] |
property DocumentCount: Integer; [r] |
property IsTitle: Boolean; [rw] |
end; |
| |
TObject |