WideStudio Logo
WideStudio
Programming Guide
WideStudio Index
Table of contents


访问对象数组

关于对象数组,请参考应用程序生成器用户指南的“定义对象数组”章节。 按照如下步骤访问对象数组。

use mpfc;

sub event_procedure {
  my ($object) = @_;
  mpfc::WSCbase_setProperty($labelarray[0],"labelString","Label No. 0");
  mpfc::WSCbase_setProperty($labelarray[1],"labelString","Label No. 1");
  #...
  return;
}
1;


Document Release 3.70 for WideStudio ver 3.70, Feb 2004


WideStudio documents index | Table of contents

Copyright(C) T. Hirabayashi, 2000-2004 Last modified: Feb 25, 2004