Data.DBXPlatform.TDBXArrayList.Add

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Add(Element: TObject);

C++

void __fastcall Add(System::TObject* Element);

Properties

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

Description

Adds an object to the end of the list.

The Add method adds an object given by the Element parameter to the end of a TDBXArrayList.

See Also