Class TActiveXPropBag (unit AXPropBg) |
Inherits from
TActiveXControl
IPersistPropertyBag
function IPersistPropertyBag.Save = PersistPropBagSave;
function IPersistPropertyBag.Load = PersistPropBagLoad;
function IPersistPropertyBag.InitNew = PersistPropBagInitNew;
IPersistPropertyBag } { Methods should be aliased so they don't collide with existing names
function PersistPropBagInitNew: HResult;
TActiveXPropBag.
function PersistPropBagLoad(const pPropBag: IPropertyBag;
const pErrorLog: IErrorLog): HResult;
NOTE: A return value of E_NOTIMPL is not allowed.
function PersistPropBagSave(const pPropBag: IPropertyBag; fClearDirty: BOOL;
fSaveAllProperties: BOOL): HResult;
function IPersistPropertyBag.Save = PersistPropBagSave;
function IPersistPropertyBag.Load = PersistPropBagLoad;
function IPersistPropertyBag.InitNew = PersistPropBagInitNew;
IPersistPropertyBag } { Methods should be aliased so they don't collide with existing names
function PersistPropBagInitNew: HResult;
TActiveXPropBag.IPersistPropertyBag
function PersistPropBagLoad(const pPropBag: IPropertyBag;
const pErrorLog: IErrorLog): HResult;
NOTE: A return value of E_NOTIMPL is not allowed. You must return S_OK even if this method does nothing.
function PersistPropBagSave(const pPropBag: IPropertyBag; fClearDirty: BOOL;
fSaveAllProperties: BOOL): HResult;