[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: sdo_changesummary.pas line 337
type TSDOChangeSummary = class(TInterfacedObject,IInterface,ISDOChangeSummary,ISDOChangeSummaryEx) |
protected |
function getChangedDataObjects; |
function getOldValues(); |
function getOldXpath(); |
procedure beginLogging; |
procedure endLogging; |
function isLogging; |
function isCreated(); |
function isDeleted(); |
function isModified(); |
function getOldValue(); |
function getOldContainer(); |
function getOldContainmentProperty(); |
procedure undoChanges; |
function getRecorder; |
procedure suspend; |
procedure resume; |
function FindManyValueChanges(); |
public |
constructor Create(); |
destructor Destroy; override; |
end; |
| |
TObject,IInterface,ISDOChangeSummary,ISDOChangeSummaryEx |