Source position: chmfilewriter.pas line 56
type TChmParsedUrl = record
public
FUrlType: TChmUrlType;
fProtocol: Integer;
fUrl: string;
fChmname: string;
fPath: string;
fAnchor: string;
fWindow: string;
function Parse();
end;