Advance Pascal Script (DWS Extanded)
TStringList
TStringList- -
Description
Hierarchytype TStringList= class(TStrings)
property Duplicates:Integer;
property Sorted:Boolean;
function Find(S: String; var Index: Integer): Boolean
procedure Sort
function GetDuplicates: Integer
procedure SetDuplicates(Value: Integer)
function GetSorted: Boolean
procedure SetSorted(Value: Boolean)
end;
UP