 | | WideStudio/MWT Class Reference
| |
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.90 For use with WideStudio/MWT Release 3.90, Summer 2005 WideStudio/MWT Home | Up to Copyright(C) WideStudio/MWT Development Team, 1999-2005 | | Last modified: June 25, 2005 | |