VS:GetDialog/ja

From Vectorworks Developer
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

.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