API:Vcl.ComCtrls.TComboExItems.Add

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Add: TComboExItem;

C++

HIDESBASE TComboExItem* __fastcall Add();

Properties

Type Visibility Source Unit Parent
function public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TComboExItems

Description

Adds a new item to the collection.

Vcl.ComCtrls.TComboExItems.Add inherits from Vcl.ListActns.TListControlItems.Add. All content below this line refers to Vcl.ListActns.TListControlItems.Add.

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