VS:AlertSetAlwaysDoVal/ja

From Vectorworks Developer
Jump to navigation Jump to search

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

Description

AlertQuestionDontShowAgain と AlertInformDontShowAgain の標準ダイアログに、「常に選択した動作を行う」値を設定します。-1の値を設定すると、値はクリアされます。

PROCEDURE AlertSetAlwaysDoVal(
category :STRING;
item :STRING;
value :INTEGER);
def vs.AlertSetAlwaysDoVal(category, item, value):
    return None

Parameters

category STRING 設定のカテゴリ名
item STRING カテゴリーの要素名
value INTEGER 設定する値

Version

利用可能バージョン: Vectorworks 2012

See Also

関連関数:

VS:AlertQuestionDontShowAgain | VS:AlertInformDontShowAgain

関連関数:

[[VS:AlertQuestionDontShowAgain]]

| [[VS:AlertInformDontShowAgain]]