Struct array as a Web Property: Difference between revisions

m
categorizing
(Created page with "Complex web properties, such as structs and/or arrays, have been supported since DataFlex 18.1. The documentation on this however is extremely thin. It doesn't exist at the time of writing this, so you are left on your own on how-to figure out how that works. The usage of a struct requires that you serialize/deserialize the data against a matching javascript object, just like when you pass a parameter. Perhaps there's a better way, but I am not aware of that. What fo...")
 
m (categorizing)
 
Line 78: Line 78:


On the javascript end after getting the advanced client property into a variable, you only have to deserialize it to get at the data.
On the javascript end after getting the advanced client property into a variable, you only have to deserialize it to get at the data.
[[Category: Web Applications]]