function TCustomListBox.GetCount: Integer; begin if Style in [lbVirtual, lbVirtualOwnerDraw] then Result := FCount else Result := Items.Count; end;
时间: 2024-10-10 10:39:36
function TCustomListBox.GetCount: Integer; begin if Style in [lbVirtual, lbVirtualOwnerDraw] then Result := FCount else Result := Items.Count; end;