lcl: TListItems.BeginUpdate, TListItems.EndUpdate implementation, fixes #10997

git-svn-id: trunk@24950 -
This commit is contained in:
zeljko 2010-04-26 07:42:40 +00:00
parent aa3fcc8505
commit 0038d3b64b

View File

@ -140,7 +140,7 @@ end;
procedure TListItems.BeginUpdate;
begin
// todo:
Owner.BeginUpdate;
end;
{------------------------------------------------------------------------------
@ -174,7 +174,7 @@ end;
procedure TListItems.EndUpdate;
begin
// todo:
Owner.EndUpdate;
end;
{------------------------------------------------------------------------------}