User Tools

Site Tools


event_class_delegate_event_.htm
Navigation:  Clarion.Net (Clarion#) > Clarion# Language Extensions > CLASS attributes >====== EVENT (CLASS Delegate Event) ====== Previous pageReturn to chapter overviewNext page

EVENT, <; delegate procedure label >

blk2blue.jpg

An EVENT is a special CLASS attribute whose method provides notification to the clients of any class activity.

This is an effective replacement of the standard events that were used in WIN32 applications. The use of the EVENT function and associated Event equates are no longer valid in Clarion# applications.

In Clarion#, an event is first registered, and when that event is generated by the operating system, a corresponding method is called where actions on that event can be executed.

See the Conceptual Example located in the DELEGATE help topic.

event_class_delegate_event_.htm.txt · Last modified: 2021/04/15 15:57 by 127.0.0.1