TXTextControl.ObjectSetData Event

Occurs when a document which contains objects, is loaded. This event is sent only for objects that have been inserted via its hWnd property.

Syntax

ObjectSetData(ObjectId, ObjectData)
Parameter Description
ObjectId

Is the identifier of the object that is loaded.

ObjectData

The data of the object in the format saved with the ObjectGetData event.

Data Types

ObjectId:    Integer
ObjectData:    Variant

See Also