RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSoapDataList.Remove Method

Raises an exception.

Pascal
function Remove(aClass: TClass): Integer; reintroduce;
C++
__fastcall int Remove(TClass aClass);

Do not call the Remove method. TSoapDataList replaces the inherited method to raise an exception if you call this method because applications should not change the items in a TSoapDataList object. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!