| OnTextObjectMouseUp Event |
Applies to
TWPPreview
Declaration
TTextObjectMouseEvent = Procedure(Sender: TWPCustomRtfEdit; pobj: PTTextObj; obj: TWPObject; Button: TMouseButton; Shift: TShiftState; X, Y: Integer) of object;
Description
This even is triggered when the user releases the mouse button while the mouse pointer is over an image object. It is now also triggered by codes, such as mail merge fields - (Alternative OnTextObjectClick) If it is triggered by an image object the X and Y coordinates are relative to the objects upperl left coordinate, for usual text objects the client coordinates in the editor are passed.
Category
Image Events
|
Copyright (C) by WP |