标签:
function TCustomListBox.GetCount: Integer; begin if Style in [lbVirtual, lbVirtualOwnerDraw] then Result := FCount else Result := Items.Count; end;
TListBox的项目个数
原文地址:http://www.cnblogs.com/CodeGear/p/4558802.html