📚 SAP Business One SDK Help

String Property
See Also 

Description

The text displayed in the textbox.

Property type

Read-write property

Syntax

Visual Basic
Public Property String() As String

Remarks

The Value property is the underlying value for the edit box, provided as a string. The String property is the display text for the value. For example, the value may represent a currency amount and be set to 12.5, while the string displayed in the edit box may be 12,50.

See Also