Share via


FormSegment.text Method

Gets the current text of the segment.

Syntax

public str text()

Run On

Client

Return Value

Type: str
The current text of the segment.

Remarks

This method always returns the current text of the segment, even while it is being modified. To retrieve the last value that was persisted for the segment, use the value method.

See Also

Reference

FormSegment Class