IPersistenceChannel4 (ITF) ¶ INTERFACE IPersistenceChannel4 EXTENDS IPersistenceChannel3 Extension of ‘IPersistenceChannel3’ Properties: LogWriteTimeEnabled Enabled , inherited from IPersistenceChannel3 Methods: ExternalLoadFrom ExternalLoad , inherited from IPersistenceChannel ExternalSave , inherited from IPersistenceChannel ExternalSaveAs , inherited from IPersistenceChannel GetIsActionOngoing , inherited from IPersistenceChannel2 SetIsActionOngoing , inherited from IPersistenceChannel2 Structure: ExternalLoadFrom (Method) LogWriteTimeEnabled (Property)
IPersistenceChannel4.ExternalLoadFrom (METH) ¶ METHOD ExternalLoadFrom : BOOL Use this method to load from another DataStorage than the one configured in ApplicationComposer tree. InOut: Scope Name Type Comment Return ExternalLoadFrom BOOL The return value indicates whether the call has been successfull. Input itfDataStorage IDataStorage The DataStorage to use for loading. When using an extension of ASCIIFileStorage or BinaryFileStorage check comment at FileStorageBase.ArchiveBaseName
IPersistenceChannel4.LogWriteTimeEnabled (PROP) ¶ PROPERTY LogWriteTimeEnabled : BOOL This property shows whether the PersistenceChannel logs the time needed for saving
IPersistenceChannel5 (ITF) ¶ INTERFACE IPersistenceChannel5 EXTENDS IPersistenceChannel4 Extension of IPersistenceChannel4 Properties: CurrentAction ReadCycles SuccessfulWriteCycles WriteCycles Enabled , inherited from IPersistenceChannel3 LogWriteTimeEnabled , inherited from IPersistenceChannel4 Methods: ExternalLoad , inherited from IPersistenceChannel ExternalLoadFrom , inherited from IPersistenceChannel4 ExternalSave , inherited from IPersistenceChannel ExternalSaveAs , inherited from IPersistenceChannel GetIsActionOngoing , inherited from IPersistenceChannel2 SetIsActionOngoing , inherited from IPersistenceChannel2 Structure: CurrentAction (Property) ReadCycles (Property) SuccessfulWriteCycles (Property) WriteCycles (Property)
IPersistenceChannel5.CurrentAction (PROP) ¶ PROPERTY CurrentAction : PersistenceChannelAction The action currently taking place in this channel
IPersistenceChannel5.ReadCycles (PROP) ¶ PROPERTY ReadCycles : __UXINT The number of read cycles in this channel
IPersistenceChannel5.SuccessfulWriteCycles (PROP) ¶ PROPERTY SuccessfulWriteCycles : __UXINT The number of successful write cycles in this channel
IPersistenceChannel5.WriteCycles (PROP) ¶ PROPERTY WriteCycles : __UXINT The total number of write cycles in this channel
IPersistenceManager (ITF) ¶ INTERFACE IPersistenceManager EXTENDS AC.IModule Properties: NumberOfChannels Methods: GetPersistenceChannelByIndex GetPersistenceChannelByName Structure: GetPersistenceChannelByIndex (Method) GetPersistenceChannelByName (Method) NumberOfChannels (Property)
copytypedvalue (FUN) ¶ FUNCTION copytypedvalue : BOOL InOut: Scope Name Type Return copytypedvalue BOOL Input pbyDest POINTER TO BYTE pbySource POINTER TO BYTE tc TypeClass uiMaxSize UINT