parent
4693fd70c6
commit
5d8fb9e994
|
|
@ -4106,7 +4106,7 @@ type TCustomComboBoxbase=class(TCustomControl)
|
|||
end
|
||||
function getlistitemcount();virtual; //获得项目
|
||||
begin
|
||||
return 0;
|
||||
return 5;
|
||||
end
|
||||
function getlistitemheight();virtual; //获得项目高
|
||||
begin
|
||||
|
|
|
|||
Loading…
Reference in New Issue