界面库

小修正
This commit is contained in:
JianjunLiu 2022-11-25 16:25:17 +08:00
parent 4693fd70c6
commit 5d8fb9e994
1 changed files with 1 additions and 1 deletions

View File

@ -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