VS:AlertInform/ja

From Vectorworks Developer
Jump to navigation Jump to search

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

プログラムの実行結果を警告ダイアログに表示します。ユーザに選択肢は提供しません。

PROCEDURE AlertInform(
text :STRING;
advice :STRING;
minorAlert :BOOLEAN);
def vs.AlertInform(text, advice, minorAlert):
    return None

Parameters

text STRING 本文として表示する文字列
advice STRING 本文の下に小さなフォントで注釈文として表示する文字列
minorAlert BOOLEAN アラートの重要度(TRUE:低/FALSE:高)

Example

AlertInform('That item is not a valid item', '',isMinorAlert);

Version

利用可能バージョン: VectorWorks12.0

See Also

関連関数:

VS:AlertQuestion | VS:AlertCritical | VS:AlertInformDontShowAgain | VS:AlertQuestionDontShowAgain

関連関数:

[[VS:AlertQuestion]] | [[VS:AlertCritical]] | [[VS:AlertInformDontShowAgain]]

| [[VS:AlertQuestionDontShowAgain]]