[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: htmlindexer.pas line 29
type TIndexDocument = class(TObject) |
public |
function GetWordIndex(); |
procedure AddWordIndex(); |
constructor Create(); |
property DocumentIndex: Integer; [r] |
property IndexEntry []: Integer; [r] |
property NumberofIndexEntries: Integer; [r] |
end; |
| |
TObject |