[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: sdo.pas line 1524
type ISDOChangeSummary = interface |
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; |
end; |
| |
IInterface |