Unit 'AMsgBox' Package
[Overview][Procedures and functions][Index] [#ami-extra]

MessageBox

Declaration

Source position: amsgbox.pas line 30

function MessageBox(

  const tit: RawByteString;

  const txt: RawByteString;

  const gad: RawByteString

):LongInt;

function MessageBox(

  const tit: string;

  const txt: string;

  const gad: string

):LongInt;

function MessageBox(

  const tit: pchar;

  const txt: pchar;

  const gad: pchar

):LongInt;


Documentation generated on: 2021-07-30