IStringListBase
type
IStringListBase = interface(IVariantList)
function Add(
const S: string): Integer;
function AddItems(
const Items: TArray<string>): IStringList;
procedure Insert(
Index: Integer;
const Value: string);
function Clone: IInterface;
end;
Ancestor: IVariantList.
Defined in: DSStringList
⏱ Last Modified: Mon 3:43:39 pm