String.str

Set str field.

  1. string str [@property getter]
  2. string str [@property setter]
    class String
    @property
    void
    str
    (
    string propval
    )

Parameters

propval string

points to the character data. It may move as text is added. The @str field is null-terminated and so can be used as an ordinary C string.