mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-26 01:27:12 +01:00
- forgotten file
git-svn-id: trunk@10800 -
This commit is contained in:
parent
7e597d9d71
commit
d1bb7723c4
@ -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);
|
||||
------------------------------------------------------------------------------}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user