getPropertyValues

getPropertyValues: JadeIterableIF;

The getPropertyValues method of the JadeDynamicObject class returns an implementation of the JadeIterableIF interface that can be used to iterate through the receiver containing the values of the properties in index order on the dynamic object.

All values returned by the iteration are guaranteed to be type‑convertible to the type of the respective property (which is stored on the dynamic object).

2020.0.01 and higher