|
<< Click to Display Table of Contents >> Navigation: Classes > TIWSimpleStringList > Methods > AddObject |
SIGNATURE=IW.Common.StrLists.TIWSimpleStringList.AddObject@string@TObject
ETYPE=Method
Declaration:
Delphi: |
public function AddObject(const S: string; const AObject: TObject): Integer; |
C++: |
public: __fastcall int AddObject(const String S, const TObject * AObject); |
Description: This is AddObject, a member of class TIWSimpleStringList.