IPropBagType
type
IPropBagType = interface(IClonable) ['{27D8BA7F-7329-4C55-BE4C-FB7C916E355D}']
function Has(
const Name: string): Boolean;
function IndexOf(
const Name: string): Integer;
function GetCount: Integer;
function GetKeys: TArray<Variant>;
function GetNames: TArray<string>;
procedure GetNames(
const Names: IStringList);
function get_Items(
i: Integer): string;
function NewPropBag: ITypedPropBag;
function NewPropBag(
const Values: TArray<Variant>): ITypedPropBag;
function NewPropBagList: ITypedPropBagList;
property Count: Integer read;
property PropCount: Integer read;
property Items[i: Integer]: string
read get_Items; default;
end;
Ancestor: IClonable.
Defined in: DSPropertyBag
⏱ Last Modified: Mon 3:43:39 pm