WideStudio/MWT Logo
WideStudio/MWT
Programming Guide
WideStudio/MWT Index
Table of contents


How to access to the arrayed instance.

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

public class event_procedure {
  protected static void event_procedure(WSCbase object){
    newwin000.labelarray[0].setProperty("labelString","Label No. 0");
    newwin000.labelarray[1].setProperty("labelString","Label No. 1");
   ...
  }
}

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.90 for WideStudio/MWT ver 3.90, Jul 2005


WideStudio/MWT documents index | Table of contents

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