<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="../../../style.css">
<title>
Gambas Documentation - Message
 (gb.qt)</title>
</head>
<body>
<table class="none" width="100%" cellpadding="0" cellspacing="0" border="0">
<tr><td align="left">
<font size="-1">
<a href="../../../help%3Fen"><img class="flag" alt="Home" border="0" src="../../../img/lang/en.png" align="center"></a>&nbsp;&nbsp;
<a href="../gb.qt%3Fen">Up</a>&nbsp;&nbsp;
<a href="menu/_new%3Fen">Previous</a>&nbsp;&nbsp;
<a href="message/delete%3Fen">Next</a>&nbsp;&nbsp;
</td></tr></table>
<div class="notab">
<h1>
Message
 (gb.qt)</h1>
This class is used for displaying message boxes.
<p>

When invoked, with one argument, then the <a href="button%3Fen">Button</a> face is &quot;OK&quot;.
<p>

<div class="gray"><font color="white" size="-2"><b>Example</b></font></div>
<pre class="example">DIM About AS STRING
DIM i AS INTEGER

About = &quot;Program v0.3nVersion of 2006-03-28&quot;
i = Message(About)</pre>
<p>
<div class="gray"><font color="white" size="-2"><b>Example</b></font></div>
<pre class="example">DIM About AS STRING
DIM i AS INTEGER

About = &quot;Program v0.3nVersion of 2006-03-28&quot;
i = Message(About,&quot;fine&quot;)</pre>
<p>
The return value is always 1
<p>
<div class="black"><font color="white" size="-2"><b>Symbols</b></font></div>
<div class="border">
This class is static.<br>
This class can be used as a <b><a href="message/_call%3Fen">function</a></b>.<br>
<hr><table class="none" cellspacing="0" cellpadding="0">
<tr>
<td align=left><b>Static&nbsp;methods</b></td><td width="32">&nbsp;</td>
</tr>
<tr valign=top>
<td>
<b><a href="message/delete%3Fen">Delete</a></b>&nbsp;&nbsp; <b><a href="message/error%3Fen">Error</a></b>&nbsp;&nbsp; <b><a href="message/info%3Fen">Info</a></b>&nbsp;&nbsp; <b><a href="message/question%3Fen">Question</a></b>&nbsp;&nbsp; <b><a href="message/warning%3Fen">Warning</a></b>&nbsp;&nbsp; </td><td>&nbsp;</td>
</tr>
</table>
</div>

</div>
<hr>
</body>
</html>

