|
<< Click to Display Table of Contents >> Navigation: Classes > TIWListBase > Methods > DeleteRange |
SIGNATURE=IW.Common.Lists.TIWListBase.DeleteRange@Integer@Integer
ETYPE=Method
Declaration:
Delphi: |
public procedure DeleteRange(StartIndex: Integer; EndIndex: Integer); |
C++: |
void public: __fastcall DeleteRange(int StartIndex, int EndIndex); |
Description: This is DeleteRange, a member of class TIWListBase.