mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-04 11:56:25 +02:00
Added procedure ListBox.Clear (changes made by christer, added to cvs
by stoppok) git-svn-id: trunk@5 -
This commit is contained in:
parent
c103f649b3
commit
c730c47bd0
@ -171,4 +171,12 @@ begin
|
|||||||
CNSendMessage(LM_SETITEMINDEX, Self, Pointer(Val));
|
CNSendMessage(LM_SETITEMINDEX, Self, Pointer(Val));
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
{------------------------------------------------------------------------------}
|
||||||
|
{ procedure TCustomListBox.Clear }
|
||||||
|
{------------------------------------------------------------------------------}
|
||||||
|
procedure TCustomListBox.Clear;
|
||||||
|
begin
|
||||||
|
FItems.Clear;
|
||||||
|
end;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user