[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'fpg_dialogs' (#fpgui)

ShowMessage

Displays a message box with an OK button.

Declaration

Source position: line 0

procedure ShowMessage(

  AMessage: String;

  ATitle: String;

  ACentreText: Boolean = false

); overload;

procedure ShowMessage(

  AMessage: String;

  ACentreText: Boolean = false

); overload;

Arguments

AMessage

  

AMessage parameter is the message string that appears in the message box.

ATitle

  

ATitle parameter is the string that appears as the caption of the message box.

Arguments

AMessage

  

AMessage parameter is the message string that appears in the message box.

Description

Call ShowMessage to display a simple message box with an OK button. If ATitle is not specified the caption of the message box will be 'Message'.


Documentation generated on: 2012-01-26