Source position: amarquee.pas line 238
function QNewSession(
host: pCHar;
port: LongInt;
name: pCHar;
taglist: pTagItem
):PQSession;function QNewSession(
host: string;
name: string;
):PQSession;