Data.DBXPlatform.TDBXArrayList.Add

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 Add(Element: TObject);

C++

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

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