RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSoapDataList.Insert Method

Raises an exception.

Pascal
procedure Insert(Index: Integer; aClass: TClass); reintroduce;
C++
__fastcall Insert(int Index, TClass aClass);

Do not call the Insert 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!