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.

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 so that you can specify its properties.

See Also