OnUserTag

<< Click to Display Table of Contents >>

Navigation:  Classes > TIWServerControllerBase > Events >

OnUserTag

This event is triggered when the IWP parser finds a user tag in a HTML page served by your application.

 

SIGNATURE=IWServerControllerBase.TIWServerControllerBase.OnUserTag

 

ETYPE=Event

 

Declaration:

Delphi:

published property OnUserTag: TOnUserTag;

C++:

__published: __property TOnUserTag OnUserTag;

 

Description: This is OnUserTag, a member of class TIWServerControllerBase.