RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSoapDataList.Clear Method

Empties the list and frees the TSOAPAttachment objects.

Pascal
procedure Clear; override;
C++
virtual __fastcall Clear();

Clear removes all of the objects from the list and frees each one. Do not call this method. It is used internally when marshaling and unmarshaling messages that contain attachments. Applications should not change the items in a TSoapDataList object. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!