WideStudio Logo
WideStudio
Programming Guide
WideStudio Index
目次


配列化したオブジェクトにアクセスするには

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

import newwin000

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


Document Release 3.70 for WideStudio ver 3.70, May 2004


WideStudio documents index | 目次

Copyright(C) WideStudio Development Team, 1999-2004 Last modified: May 25, 2004