WideStudio Logo
WideStudio
Programming Guide
WideStudio Index
Table of contents


How to access to the arrayed instance.

It is possible to access to an arrayed instance as followings.

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)

See Chapter 4.[How to define the instances as an array] of [Wide Studio Builder User's Guide] to create an arrayed instance.

Document Release 3.70 for WideStudio ver 3.70, May 2004


WideStudio documents index | Table of contents

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