VS:AlertCritical/ja

From Vectorworks Developer
Jump to navigation Jump to search

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

Description

作業を継続する前に訂正が必要な問題が発生したことをユーザに知らせます。

PROCEDURE AlertCritical(
text :STRING;
advice :STRING);
def vs.AlertCritical(text, advice):
    return None

Parameters

text STRING 本文として表示する文字列
advice STRING 本文の下に小さなフォントで注釈文として表示する文字列

Example

AlertCritical('Out of Memory', '');

Version

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

See Also

関連関数:

VS:AlertInform | VS:AlertQuestion | VS:AlertInformDontShowAgain | VS:AlertQuestionDontShowAgain

関連関数:

[[VS:AlertInform]] | [[VS:AlertQuestion]] | [[VS:AlertInformDontShowAgain]]

| [[VS:AlertQuestionDontShowAgain]]