IStringListBase
type
IStringListBase = interface(IVariantList)
function Add(
const S: string): Integer;
procedure Insert(
Index: Integer;
const Value: string);
end;
Ancestor: IVariantList.
Defined in: DSStringList
⏱ Last Modified: Tue 3:09:18 pm