TXTextControl.ObjectSetZoom Event

Occurs when an object's zoom factor is to be changed. This event is sent only for objects that have been inserted via its hWnd property.

Syntax

ObjectSetZoom(ObjectId, ZoomFactor, Processed)
Parameter Description
ObjectId

Is the identifier of the object, the zoom factor of which is to be changed.

ZoomFactor

Is the object's new zoom factor.

Processed

If the event is being processed this parameter should be set to True.

Data Types

ObjectId:    Integer
ZoomFactor:    Integer
Processed:    Boolean

See Also