TXTextControl.EditableRegionUserId Property

Returns or sets a user-defined identifier of an editable region. It must be a one-based value. A value of zero indicates that the editable region has no identifier.

Introduced: 25.0.

Syntax

TXTextControl.EditableRegionUserId(RegionId) [= value]
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:    Long

Limitations

Run time only.

See Also