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


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

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

import newwin000

def event_procedure(object):
  newwin000.labelarray[0].setProperty("labelString","Label No. 0");
  newwin000.labelarray[1].setProperty("labelString","Label No. 1");
  #...
  return;
mwt.WSGFfunctionRegister("event_procedure",event_procedure)


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