TXTextControl.ObjectRightClicked Event

Occurs when an object has been clicked on with the right mouse button.

Introduced: 12.0.

Syntax

ObjectRightClicked(ObjectId)
Parameter Description
ObjectId

Is the identifier of the object that has been clicked.

Remarks

The value of the ObjectCurrent property is updated with the identifier given through the ObjectId parameter.

Data Types

ObjectId:    Integer

See Also