API:Data.DBXPlatform.TDBXArrayList.Remove
Delphi
procedure Remove(Index: Integer); overload;
procedure Remove(Element: TObject); overload;
C++
void __fastcall Remove(int Index)/* overload */;
void __fastcall Remove(System::TObject* Element)/* overload */;
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
procedure function |
public | Data.DBXPlatform.pas Data.DBXPlatform.hpp |
Data.DBXPlatform | TDBXArrayList |
説明
このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。