Runtime Type : Types : Data
Page Status: Beta
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).
Contents |
Inherits From
root→Data
Fields
Data value | field description |
Forms
dataProperty | form description |