Data.DBXPlatform.TDBXArrayList.RemoveAt
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Data.DBXPlatform.pas Data.DBXPlatform.hpp
| |
Unit: Data.DBXPlatform | |
Parent: TDBXArrayList |
Delphi
procedure RemoveAt(Index: Integer);
C++
void __fastcall RemoveAt(int Index);
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.