Vcl.ComCtrls.TComboBoxExStrings.GetItemsClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetItemsClass: TComboExItemsClass; virtual;

C++

virtual TComboExItemsClass __fastcall GetItemsClass();

Properties

Type Visibility Source Unit Parent
function protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TComboBoxExStrings

Description

Returns the class for the ItemsEx property.

TComboBoxExStrings instances use GetItemsClass internally to determine what class to use when instantiating the ItemsEx property.

The class returned by GetItemsClass is instantiated upon creation of TComboBoxExStrings and the instance is used to store the actual items in TComboBoxExStrings.

See Also