API:Data.DBXPlatform.TDBXArrayList.Remove

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Data.DBXPlatform.pas
Data.DBXPlatform.hpp
Unit: Data.DBXPlatform
Parent: TDBXArrayList

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 */;

Description

Embarcadero Technologies does not currently have any additional information.