WideStudio Logo
WideStudio
Programming Guide
WideStudio Index
Table of contents


Como acessar um array de instâncias

Siga este procedimento:
#include <WSCvlabel.h>

//extern declaration to access to an arrayed instance..
extern WSCvlabel** labelarray;

void event_procedure(WSCbase* object){
labelarray[0]->setProperty(WSNlabelString,"Label No. 0");
labelarray[1]->setProperty(WSNlabelString,"Label No. 1");
...
}

Consulte o capítulo 4 " Como definir instâncias como um array" no Guia do Usuário.

Document Release 3.80 for WideStudio ver 3.80, Jan 2005


WideStudio documents index | Table of contents

Copyright(C) WideStudio Development Team, 1999-2005 Last modified: Jan 05, 2005