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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!