Vcl.ComCtrls.TCustomComboBoxEx.GetItemsClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetItemsClass: TCustomComboBoxStringsClass; override;

C++

virtual Vcl::Stdctrls::TCustomComboBoxStringsClass __fastcall GetItemsClass();

Properties

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

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. TCustomComboBoxEx overrides the inherited method to specify a class that can maintain the relationship between the Items property and the ItemsEx property.

See Also