mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-06 12:18:17 +02:00
Added procedure ListBox.Clear (changes by chris, added by stoppok)
git-svn-id: trunk@8 -
This commit is contained in:
parent
22127cbbef
commit
b3206798a8
@ -148,6 +148,7 @@ type
|
||||
public
|
||||
constructor Create(AOwner : TComponent); override;
|
||||
destructor Destroy; override;
|
||||
procedure Clear;
|
||||
property ItemIndex : integer read GetItemIndex write SetItemIndex;
|
||||
property Items : TStrings read FItems write SetItems;
|
||||
property MultiSelect : boolean read FMultiSelect write SetMultiSelect;
|
||||
@ -456,6 +457,9 @@ end.
|
||||
{ =============================================================================
|
||||
|
||||
$Log$
|
||||
Revision 1.2 2000/07/16 12:45:01 lazarus
|
||||
Added procedure ListBox.Clear (changes by chris, added by stoppok)
|
||||
|
||||
Revision 1.1 2000/07/13 10:28:24 michael
|
||||
+ Initial import
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user