OnUDOPaint Event

<< Click to Display Table of Contents >>

Navigation:  Events Generated by the VCL >

OnUDOPaint Event

Previous pageReturn to chapter overviewNext page

[Professional Edition and above]

Is fired as a notification from a User Defined Object  (UDO). The object needs to be painted to the output device.

See the description of the User Defined Objects for information on how to process this event.

OnUDOPaint(

Sender: TVPEngine

)

Sender

the VPE object that fired the event

 

See also:

User Defined Objects