mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-21 20:29:35 +01:00
LazControls: Use TStringArray defined in SysUtils instead of defining it again.
This commit is contained in:
parent
b948a3a35a
commit
e8b4862a74
@ -25,10 +25,6 @@ uses
|
||||
|
||||
type
|
||||
|
||||
//TImageIndexEvent = function (Str: String; Data: TObject;
|
||||
// var IsEnabled: Boolean): Integer of object;
|
||||
TStringArray = array of string;
|
||||
|
||||
{ TListViewDataItem }
|
||||
|
||||
TListViewDataItem = record
|
||||
|
||||
Loading…
Reference in New Issue
Block a user