Concept Framework 1.0 documentation Contents | Index

RTextView.OnPopulatePopup

Name Type Access Version Deprecated
OnPopulatePopup event public version 1.0 no

Prototype:
OnPopulatePopup(Sender, EventData)

Parameters:
Sender      the event firing control
EventData      contains the RID of the activated RMenu as a string. Must be evaluated: var menu_rid=value EventData;

Description:
Event fired when the associated popup is populated. This event is not really useful, and has more like an informative role (that the popup was activated).

Returns:
This event can close the application by returning MSG_APPLICATION_QUIT. Any other return value will be ignored.

Documented by Eduard Suica, generation time: Thu Oct 15 20:01:57 2009 GMT(c)2009 RadGs Software