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