CopyPropBag
function CopyPropBag(
const Dest: IPropBag;
const Source: IPropBag;
UnderscoreMode: TUnderscoreMode = umKeepUnderscores): IPropBag;
function CopyPropBag(
const Dest: IPropBag;
const Source: IPropBag;
const Props: string;
UnderscoreMode: TUnderscoreMode = umKeepUnderscores): IPropBag;
function CopyPropBag(
const Dest: IPropBag;
const Source: IPropBag;
const Props: TArray<string>;
UnderscoreMode: TUnderscoreMode = umKeepUnderscores): IPropBag;
Defined in: DSPropertyBag
⏱ Last Modified: Mon 3:43:39 pm