DynamicData Property
Takes a piece of data to be sent to the server within a dynamic POST or PUT request.
Syntax
property DynamicData: TBytes read get_DynamicData write set_DynamicData;
Remarks
Assign the next chunk of data to this property from your DynamicDataNeeded event handler to pass it to the server. Leave it empty to tell the component that no more data is available.
This property is not available at design time.