Source position: amsgbox.pas line 30
function MessageBox( |
const tit: RawByteString; |
const txt: RawByteString; |
const gad: RawByteString |
):LongInt; |
const tit: string; |
const txt: string; |
const gad: string |
):LongInt; |
const tit: pchar; |
const txt: pchar; |
const gad: pchar |
):LongInt; |