Share via


FormSegment.value Method

Gets the current value of the segment.

Syntax

public str value([str value])

Run On

Client

Parameters

  • value
    Type: str

Return Value

Type: str
The current value of the segment.

Remarks

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

See Also

Reference

FormSegment Class