Vcl.StdCtrls.TCustomComboBox.GetItemsClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetItemsClass: TCustomComboBoxStringsClass; override;

C++

virtual TCustomComboBoxStringsClass __fastcall GetItemsClass();

Properties

Type Visibility Source Unit Parent
function protected
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TCustomComboBox

Description

Returns the class used to implement the Items property.

Combo box controls use GetItemsClass internally to determine what class to use when implementing the Items property. This allows the TCustomCombo base class to implement the Items property for both TCustomComboBox descendants and TCustomComboBoxEx descendants.

See Also