TXTextControl.EditableRegionUserName Property

Returns or sets the name of the user who can edit the region. This parameter can be an empty string to indicate, that no user name has been specified and the region can be edited by everyone.

Introduced: 25.0.

Syntax

TXTextControl.EditableRegionUserName(RegionId) [= string]
Parameter Description
RegionId

Specifies the editable region's unique identifier. This must be the value returned from the EditableRegionInsert method.

Data Types

RegionId:    Long
Property value:    String

Limitations

Run time only.

See Also