- forgotten file

git-svn-id: trunk@10800 -
This commit is contained in:
paul 2007-03-25 16:40:39 +00:00
parent 7e597d9d71
commit d1bb7723c4

View File

@ -157,6 +157,14 @@ begin
Result := FTopIndex;
end;
{------------------------------------------------------------------------------
function TCustomListBox.GetCount: Integer;
------------------------------------------------------------------------------}
function TCustomListBox.GetCount: Integer;
begin
Result := Items.Count;
end;
{------------------------------------------------------------------------------
procedure TCustomListBox.SetTopIndex(const AValue: Integer);
------------------------------------------------------------------------------}