System.Classes.IInterfaceList.Add
Delphi
function Add(const Item: IInterface): Integer;
C++
virtual int __fastcall Add(const System::_di_IInterface Item) = 0 ;
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| function | public | System.Classes.pas System.Classes.hpp |
System.Classes | IInterfaceList |
説明
Add は,リストにインターフェースを追加します。
Add メソッドを呼び出すと,リストにインターフェースを追加できます。