|
<< Click to Display Table of Contents >> Navigation: Classes > TIWIntList > Methods > Find |
SIGNATURE=IW.Common.Lists.TIWIntList.Find@Integer@Integer
ETYPE=Method
Declaration:
Delphi: |
public function Find(const AValue: Integer; var Index: Integer): Boolean; |
C++: |
public: __fastcall bool Find(const int AValue, int Index); |
Description: This is Find, a member of class TIWIntList.