System.inform

機能/意味
View messages
タイプ
Systemクラスのメソッド
構文
inform(text, caption="")
引数
text  Specify the message to be displayed.
caption  Specify a string to be the window caption.
戻り値
なし (void)
説明
 Displays a window to show the message to the user.
 Windows are displayed modally (that is, no other windows can be operated while displayed).