Vcl.ComCtrls.TComboBoxExStrings.GetItemClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetItemClass: TComboExItemClass; virtual;

C++

virtual TComboExItemClass __fastcall GetItemClass();

Properties

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

Description

Returns the class whose instances are used to store items in TComboBoxExStrings.

Use GetItemClass to retrieve the instances of a class that are used to store items in TComboBoxExStrings.

See Also