Vcl.ListActns.TListControlItems.Add

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Add: TListControlItem;

C++

HIDESBASE TListControlItem* __fastcall Add();

Properties

Type Visibility Source Unit Parent
function public
Vcl.ListActns.pas
Vcl.ListActns.hpp
Vcl.ListActns TListControlItems

Description

Adds a new item to the collection.

Call Add to add a new item to the collection. Add instantiates an object of the type that was specified when the TListControlItems instance was created. It returns the newly created object.

See Also