Runtime Type : Types : Data

From $1

Table of contents
  1. 1. Inherits From
  2. 2. Fields
  3. 3. Forms

Primitive, generic data type that falls outside the rules of data type conversion restrictions. Any object can be passed to a function as type Data. This is used in data structures (such as Collection) that can store any type. There is no way to poll a variable of type Data for its "real" type, but it can be cast to a number of different types (both primitive and complex).

Back to Runtime Types

Inherits From

root→Data

Fields
Data value field description
Forms
dataProperty form description
Tags:
 
Images (0)
 
Comments (0)
You must login to post a comment.