Data.DBXPlatform.TDBXArrayList.RemoveAt

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure RemoveAt(Index: Integer);

C++

void __fastcall RemoveAt(int Index);

Propriétés

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

Description

Retire un objet d'une position spécifique.

La méthode RemoveAt retire une instance d’un objet à la position spécifiée par le paramètre Index d'un TDBXArrayList.

Voir aussi