RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomComboBox.GetItemsClass Method

Returns the class used to implement the Items property.

Pascal
function GetItemsClass: TCustomComboBoxStringsClass; override;
C++
virtual __fastcall TCustomComboBoxStringsClass GetItemsClass();

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!