Declaration:

PROCEDURE Message ( z :ANY
          ) ;

Description:

Procedure Message displays a floating message palette onscreen. Parameters z1 thru zN specify the values to be displayed in the palette. Parameters can be any supported data type or variables.

If Message is called and the palette is already displayed, the value in the palette will be replaced by the new information.

説明

メッセージウインドウに文字列を表示します。

Example:

 Message('Hello, world');

 Message('The Number of objects was :',theNumber);
 {displays a string using the variable value}


リロード   新規 下位ページ作成 編集 凍結 差分 添付 コピー 名前変更   ホーム 一覧 検索 最終更新 バックアップ リンク元   ヘルプ   最終更新のRSS