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