| Class TActiveXPropBag (unit AXPropBg) |
TActiveXControl
IPersistPropertyBag
| Constructors |
| Functions |
function IPersistPropertyBag.Save = PersistPropBagSave;
function IPersistPropertyBag.Load = PersistPropBagLoad;
function IPersistPropertyBag.InitNew = PersistPropBagInitNew;
function PersistPropBagInitNew: HResult;
function PersistPropBagLoad(const pPropBag: IPropertyBag;
const pErrorLog: IErrorLog): HResult;
function PersistPropBagSave(const pPropBag: IPropertyBag; fClearDirty: BOOL;
fSaveAllProperties: BOOL): HResult;| Properties |
| Events |
| Variables |
| Constructors |
| Functions |
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;| Properties |
| Events |
| Variables |