TXTextControl.FieldHighlightTransparency Property

This property returns or sets the transparency of a text field's highlight color. It can be a value between 1 and 255, 255 is completely opaque.

Introduced: 27.0.

Syntax

TXTextControl.FieldHighlightTransparency(FieldId) [= Transparency]
Parameter Description
FieldId

Identifies the field which highlight transparency is returned or set.

Data Types

index: Integer
Property value: Integer

Limitations

Run time only.

See Also