VS:GetDialog/ja

From Vectorworks Developer
Revision as of 14:30, 12 August 2013 by Root (talk | contribs) (1 revision)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

Description

指定した番号のダイアログを表示します。


注:この手続きはダイアログ定義では利用できません。

PROCEDURE GetDialog(
dialogID :INTEGER);
def vs.GetDialog(dialogID):
    return None

Parameters

dialogID INTEGER ダイアログ番号

Example

BEGIN
  Done:=False;
  Stop:=FALSE;
		
  GetDialog(1);
  SetTitle('Dessert Toppings');
  InsertChoice(4,0,'Basic');
  InsertChoice(4,1,'Deluxe');
  InsertChoice(4,2,'Mmm!Yummy!');

Version

GetDialog 廃止バージョン: Vectorworks 2010


利用可能バージョン: MiniCAD