问题标签 [tlist]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
sockets - How send/receive a List of elements over socket?
I have the following code, where I can draw several rectangles and make a hole to each.
How can I send the RectList
object over a socket (TServerSocket
) and recover (receive in a TClientSocket
) this object directly to a variable of same type (var RectList: TList<TRect>
)?