ADO Database Delphi

Question:
How is the Data property used typically in an application?
Answer:
Typically, it won't be used. It is how you can get the packet
as a variant array of bytes. You can also assign to it if you
receive a data packet from the server through some method
outside the IProvider interface.