TXTextControl.ObjectGetZoom Event

Occurs when an object's zoom factor is requested. This event is sent only for objects that have been inserted via their hWnd property.

Syntax

ObjectGetZoom(ObjectId, ZoomFactor)
Parameter Description
ObjectId

Is the identifier of the object, the zoom factor of which is requested.

ZoomFactor

The zoom factor of the object must be copied to this variable.

Data Types

ObjectId:    Integer
ZoomFactor:    Integer

See Also