Data.DBXPlatform.TDBXArrayList.RemoveAt

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RemoveAt(Index: Integer);

C++

void __fastcall RemoveAt(int Index);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.DBXPlatform.pas
Data.DBXPlatform.hpp
Data.DBXPlatform TDBXArrayList

Description

Removes an object from a specific position.

The RemoveAt method removes an instance of the object at the position specified by the Index parameter from a TDBXArrayList.

See Also