Source position: amigados.pas line 1751
function SetComment( |
const name: PAnsiChar; |
const comment: PAnsiChar |
):LongBool; |
const name: ShortString; |
const comment: PAnsiChar |
):Boolean; |
const name: PAnsiChar; |
const comment: ShortString |
):Boolean; |
const name: ShortString; |
const comment: ShortString |
):Boolean; |