|

楼主 |
发表于 2009-10-29 15:42:28
|
显示全部楼层
if stringutils.PosIgnoreCase('CLD',dept)>0 then
begin
OrgComboBox1.Height:=40;
OrgComboBox1.Visible:=true;
//OrgComboBox1.BizTreeView.ShowOptions:=[TBizObjectKind.boOrgRoot, TBizObjectKind.boOrgan, TBizObjectKind.boDept,TBizObjectKind.boPositionMember,TBizObjectKind.boPersonMember];
//OrgComboBox1.SelectedOptions := [TBizObjectKind.boPersonMember];
//OrgComboBox1.BizTreeView.ReloadTree;
end else
begin
end;
我写了这么一段代码,断点跟踪,执行到了,可是orgcombobox的高度就是没变。 |
|