|
<< Click to Display Table of Contents >> Navigation: Classes > TIWIntList > Methods > Add |
SIGNATURE=IW.Common.Lists.TIWIntList.Add@Integer@TObject
ETYPE=Method
Declaration:
Delphi: |
public function Add(Key: Integer; Value: TObject): Integer; overload; |
C++: |
public: __fastcall int Add(int Key, TObject * Value); |
Description: This is Add, a member of class TIWIntList.