WideStudio Logo
WideStudio
Programming Guide
WideStudio Index
Table of contents


¹è¿­È­ÇÑ °´Ã¼¿¡ Á¢±Ù(access)Çϱ⿡´Â

¹è¿­È­ÇÑ °´Ã¼¿¡ Á¢±Ù(access) ÇÒ¼ö ÀÖ½À´Ï´Ù. °´Ã¼¸¦ ¹è¿­È­ Çϱ⿡´Â ÀÀ¿ëÇÁ·Î±×·¥ ºô´õ »ç¿ë ¼³¸í¼­ÀÇ [°´Ã¼¸¦ ¹è¿­·Î¼­ Á¤ÀÇ(define)Çϱ⿡´Â]¸¦ ÂüÁ¶ÇϽʽÿÀ. ¹è¿­È­ÇÑ °´Ã¼¿¡´Â ´ÙÀ½°ú °°ÀÌ Á¢±Ù(access)ÇÕ´Ï´Ù.

#include <WSCvlabel.h>

// Á¢±Ù(access)ÇÒ ¹è¿­ÀÇ extern  ¼±¾ð
extern WSCvlabel** labelarray;

void event_procedure(WSCbase* object){ 
  labelarray[0]->setProperty(WSNlabelString,"Label No. 0");
  labelarray[1]->setProperty(WSNlabelString,"Label No. 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