Wide Studio Object Reference

Wide Studio Home
Up to


Class Name

WSCbase

Triggers

The class: WSCbase has these triggers as follows.
Name Type Defined Value
None Not occurs WSEV_NONE
INITIALIZE When the instance is initilized. WSEV_INITIALIZE
DELETE When the instance is released. WSEV_DELETE


Specification of the triggers

  • WSEV_NONE (Not occurs.)
    Function
    It does not occurs by the Wide Studio event loop.
    Notice
    It only occurs by the function call: execProcedure() of user .
  • WSEV_INITIALIZE (When the instance is initialized.)
    Function
    It will be executed once after the event procedures are added with this trigger.
    Notice
    It is not strictly when the instance is created.
  • WSEV_DELETE (When the instance is deleted)
    Function
    It occurs when the instance is deleted.
    Notice
    You may not access the methods of the instance except for getUserData(),because it occurs after the destructor is called.

Document Release 3.20

For use with Wide Studio Release 3.20, Spring 2003


Wide Studio Home | Up to

Copyright(C) T. Hirabayashi, 1999-2003 Last modified: February 3, 2003