TXTextControl.ObjectGetFromUserId Method

Looks for the object with the specified user identifier. It must be an identifier previously set with the ObjectUserId property.

Introduced: 15.1.

Syntax

TXTextControl.ObjectGetFromUserId ObjectUserId
Parameter Description
ObjectUserId

Specifies the user id of the object.

Return Value

The method returns the object's unique programming identifier. This identifier can be used with the ObjectCurrent property to get or to alter the object's attributes.

Remarks

If there are more than one object with the specified user identifier, the unique programming identifier of the first found object is returned.

Data Types

ObjectUserId:    Long
Return value:    Integer

See Also