Class: String
Prev
Next

Class: String

Represents a string in Kst. Note that this is not analagous to a string in JavaScript, and may not be directly interchanged as such. A Kst String is an object internal to Kst and is subject to update scheduling, sharing, and other policies of the Kst core. However the contents of a String may be manipulated with JavaScript string manipulation functions.

Inherits: Object

Collection class: StringCollection

Constructors:

Properties:

String ( )

Default constructor - creates an empty String.

String ( string value )

  • string value -

Creates a new string with the specified value.

string value

The value of the String.

Prev
Next
Home


Would you like to make a comment or contribute an update to this page?
Send feedback to the KDE Docs Team