ITypedPropBag
type
ITypedPropBag = interface(IPropBag) ['{5DA0DB7E-00B3-4D10-871C-2A2AE5A14EF1}']
function GetPropBagType: IPropBagType;
function IndexOf(
const Name: string): Integer;
function NameOf(
i: Integer): string;
function get_ByIndex(
i: Integer): Variant;
procedure set_ByIndex(
i: Integer;
const Value: Variant);
procedure GetByIndex(
i: Integer;
var Value: Variant);
function GetCount: Integer;
property PropCount: Integer read;
property PropBagType: IPropBagType read;
property ByIndex[i: Integer]: Variant
read get_ByIndex write set_ByIndex;
end;
Ancestor: IPropBag.
Defined in: DSPropertyBag
⏱ Last Modified: Mon 3:43:39 pm