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 */;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | Data.DBXPlatform.pas Data.DBXPlatform.hpp |
Data.DBXPlatform | TDBXArrayList |
Description
Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!