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

TfpgMessageBox

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

A standard message box dialog.

Declaration

Source position: fpg_dialogs.pas line 80

type TfpgMessageBox = class(TfpgForm)

protected

  procedure HandleKeyPress(); override;

  procedure HandlePaint; override;

  procedure HandleShow; override;

public

  constructor Create(); override;

  destructor Destroy; override;

  procedure SetMessage();

  

Sets the message to be displayed.

  property CentreText: Boolean; [rw]

end;

Inheritance

TfpgMessageBox

  

A standard message box dialog.

|

TfpgForm

?

TObject

Description

A standard message box dialog. It is used by the global ShowMessage function.


Documentation generated on: 2010-08-30