WideStudio/MWT Logo
WideStudio/MWT
Programming Guide
WideStudio/MWT Index
目次


配列化したインスタンスにアクセスするには

配列化したインスタンスにアクセスすることができます。インスタンスを配 列化するには、アプリケーションビルダーユーザーズガイドの[オブジェク トを配列として定義するには]を参照ください。配列化したインスタンスに は次の様にアクセスします。

import newwin000

def event_procedure(object):
  newwin000.labelarray[0].setProperty("labelString","Label No. 0");
  newwin000.labelarray[1].setProperty("labelString","Label No. 1");
  #...
  return;
mwt.WSGFfunctionRegister("event_procedure",event_procedure)


Document Release 3.90 for WideStudio/MWT ver 3.90, Jul 2005


WideStudio/MWT documents index | 目次

Copyright(C) WideStudio/MWT Development Team, 1999-2005 Last modified: Jul 31, 2005