Basic Type

String

  [
Related Topics]

Synopsis:

Represents a zero terminated unicode string. Internally represented by a pointer to an array of 16 bit characters. The string "Hello World" would be represented by the following array :
$0048, $0065, $006C, $006C, $006F, $0020, $0057, $006F, $0072, $006C, $0064, $0000

Declaration Example:

V: String;






Related Topics: [Top]  

   [
Support]