[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Dialogs' (#lcl)

CreateMessageDialog

Declaration

Source position: dialogs.pp line 700

function CreateMessageDialog(

  const aMsg: string;

  DlgType: TMsgDlgType;

  Buttons: TMsgDlgButtons

):TForm; overload;

function CreateMessageDialog(

  const aCaption: string;

  const aMsg: string;

  DlgType: TMsgDlgType;

  Buttons: TMsgDlgButtons

):TForm; overload;

The latest version of this document can be found at lazarus-ccr.sourceforge.net.