[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: sdo.pas line 299
type ISDOType = interface |
function getName; |
function getAlias(); |
function getAliasCount; |
function getBaseType; |
function getURI; |
function getProperties; |
function getProperty(); |
function getPropertyIndex(); |
function isDataObjectType; |
function isSequencedType; |
function isOpenType; |
function isAbstractType; |
function isDataType; |
function isChangeSummaryType; |
function getTypeEnum; |
function equals(); |
function getFlags; |
function getOwner; |
end; |
| |
IInterface |