IBM Doors DXL: Difference between LinkRef and Link Objects / Unterschied zwischen LinkRef und Link

Problem

Der Unterschied zwischen den Objekten LinkRef und Link soll anhand eines Beispiels verdeutlicht werden.
To show the difference between the LinkRef and Link Objects in DXL an example will be shown

Ansatz – Approach

LinkRef enthält weniger Informationen als Link, kann allerdings auch bei nicht geöffnetem Modul in einer Schleife durchlaufen werden. Es wird daher genutzt, um die Module zu öffnen um später mit dem Link-Objekt die vollständigen Informationen des Link-Objekts zu erhalten.
LinkRef contain less information than Link and can be iterated without opening the module. It is used often to open the modules and iterate them with the Link Objekt, which contains the full information

Lösung – Solution

Example: Layout-DXL which shows the In-Links
Beispiel für ein Layout DXL, was die In-Links ausgibt

// A Link can only be read when the source module is open
Link lnk;

// LinkRefs can be iterated on an object, although the
// object is closed
LinkRef lref;

string srcModuleName;

// Iterate the LinkRefs to open the modules – this
// should be done to get all Links back
for lref in obj<-"*" do { srcModuleName = fullName source (lref); if (!open module srcModuleName) { read(srcModuleName, false); } } // After the source Links have been opened, they can be // iterated with a Link Object for lnk in obj <- "*" do { Object src = source lnk; display(identifier(src) ""); } [/javascript]

IBM Doors DXL: Create Module with Attributes

Problem

A new module with attributes shall be created.

Ansatz – Approach

Uasage of createModule and AttrDef=create

Lösung – Solution

void createAttributes(Module mod)
{
	Module oldCurrent=current;
	current = mod;
	AttrDef attrObjIdentifier = create object type "Text" attribute "BB_Object_Identifier";
	AttrDef attrObjStatus = create object type "Text" attribute "BB_Object_Status";
	AttrDef attrLinks = create object type "Text" attribute "BB_Outgoing_Links";
	current=oldCurrent;
}

string creationPathOfTempModule="/VarCo/20 Sample Project/Administration/" tmpFileName;	
Module newModule = createModule(creationPathOfTempModule, tmpFileName);
createAttributes(newModule);	

IBM Doors DXL: Prüfen ob ein Objekt Attribute existiert / Check if object attribute exists

Problem

Es soll überprüft/abgefragt werden ob ein Attribute eines Objektes existiert.
Das Objekt muss nicht unbedingt im current Module sein (wie im zweiten Beispiel ganz unten).
A check if an object attribute exists shall be performed.
It is not sure if the object is in the current module (like in the second example in solution section).

Ansatz – Approach

Es wird nach Null beim Result bei der AttrDef find-Methode gefragt
By using the AttrDef=find method we can ask for null (not existing)

Lösung – Solution

string getObjectValueIfExist(Object nObject, string attributeName)
{
	AttrDef ad = find(module nObject, attributeName) 
	if(!null ad)
	{
	    return nObject.attributeName "";
	}
	return "n/a";
}

Im current Module kann auch

if (exists(attribute(string "BB_PlannedRelease"))) 
{	
 ...
}    

verwendet werden

Starcraft II: Reismades StarCraft II Zerg Strategie für Platin Rang 3

Baue Drohnen bis 10/10
Warte bis Du 70 Mineralien hast
Baue den ersten Extraktor und eine Drohne
Zwischenzeitlich wurden die restlichen 10 auch geernet: 30 extraktor + 50 drohne
Warte bis Du 70 Mineralien hast
Baue den zweiten Extraktor und eine Drohne
Reisse beide Extratoren ab -> 2 Drohnen erhalten
Lasse die 2 überschüssigen Drohnen ernten
Baue den Pool (11 Drohnen)
Warte bis 100 Mineralien
Baue einen Overlord (10 Drohnen)
Warte bis Overloard fertig
Zwischenzeitlich hat man 3 Larven
Baue 3 Drohnen, wenn die nächste nachkommt gleich noch eine (15/18 Drohnen)
Baue eine Queen (17/18 Drohnen)
Mit der nächsten Larve: Baue einen Overlord
Baue eine Drohne (18/18)
Bei 200 schicke Drohne zum Exenbau los
Baue Exe bei 300
Baue Schabenhöhle
Baue 2 Extraktoren
Baue 3 Drohnen

IBM Doors DXL – Sprachreferenz / Language reference

Reservierte Schlüsselwörter – Reserved as DXL Keywords-must not be used otherwise

and
bool
break
by
case
char
const
continue
default
do
else
elseif
enum
for
if
in
int
module
object
or
pragma
real
return
sizeof
static
string
struct
switch
then
union
void
while

Integrierte Datentypen – Built-In DXL Types

Access
AccessRec
ADABool_
ADADefault_
ADAString_
ADAType_
ADMABool_
ADMAString_
AgentElement_
AllAttrDefVal__
AllAttrDef_
AllAttrType_
AllBaselineSetDefinition_
AllBaselineSet_
AllFolder_
AllItem_
AllModule_
AllObject_
AllObj__
AllProject_
AllRoot__
AllView_
AlternativeWord
ArchiveData
ArchiveInclusionDescriptor
ArchiveItem
ArchiveItemElementB_
ArchiveItemElementS_
ArchiveItemElementZ_
Array
ArraySect__
Arrow__
ATABaseType_
ATABool_
ATAEnumColours_
ATAEnumColour_
ATAEnumSize_
ATAEnumStrings_
ATAEnumString_
ATAEnumValues_
ATAEnumValue_
ATAName_
ATARangeValue_
AttrBarsVal__
AttrBaseType
AttrDateVal__
AttrDef
AttrDefVal__
AttrDef__
AttrDxlVal__
AttrHideVal__
AttrHistVal__
AttrInhVal__
AttrLocaleVal__
AttrMultiVal__
AttrTop__
AttrType
AttrType__
Attr__
availableFonts
Baseline
BaselineSet
BaselineSetDefinition
Before__
Below__
Binary__
Bitmap
bool
Buffer
char
clipboard
Clipboard__
ClipboardLock
Codepages__
Column
ConfDirectory__
ConfStream
ConfType
ControlledResource__
database
Database__
Date
DB
DBE
DialogDefaults
Dictionary
Directory__
DisplaySchemes
displaySchemes
Document__
DOM_Document_
DOM_Element_
DropEvent
DropEventBool_
DropEventDBE_
DropEventInt_
DropEventString_
DxlObject
EmbeddedOleObject
Entire__
ExternalLink
ExternalLinkBehaviour
ExternalLinkDirection
ExtLinkRef__
false
Fattr_
Filter
FilteredLdapUserListRef__
FilteredLdapUserRef__
Folder
FolderRef__
Fonts__
glueOn1__
glueOn2__
GrammarRules
Group
GroupElement_
GroupList
GroupRef__
HABool_
HADate_
HAInt_
HAString_
HAType_
HAValue_
History
HistorySession
HistoryType
Icon
IconID
InLinkRef__
InPartition
InPartString_
InPlaceBox__
InPlaceEditEvent
installedCodepages
installedLocales
int
IntegrityCheckItem
IntegrityItemType
IntegrityProblem
IntegrityResultsData
IPC
Item
Justification
Language
Languages__
Last__
ldapGroupList
LdapItem
LdapItemList
LdapItemString_
ldapUserList
Link
LinkFilter
LinkModuleDescriptor
LinkRef
Linkset
Listview
Locale
Locales__
Lock
LockElement_
LockList
LockRef__
LoginPolicy
LongDateFormats__
ShortDateFormats__
MA_End__
MA_StdCombo__
MA_StdItem__
MA_StdMenu__
ModName_
Module
ModuleProperties
ModuleRef__
ModuleVersion
null
Object
ObjectRef__
OleAutoArgs
OleAutoObj
OutLinkRef__
OutPartition
OutPartString_
PageLayout
PageLayouts_
PartAttrString_
PartDefString_
PartFileString_
PartitionAttribute
PartitionDefinition
PartitionFile
PartitionLinkset
PartitionModule
PartitionPermission
PartitionView
PartModString_
PartViewString_
Permission
Picture__
ProblemItem
Project
Range_
real
Regexp
ReservedName__
RichText
RichTextParagraph
RootFolder
Root__
RowRef__
RTFCharset_
RTFEmbeddedOLE_
RTFInt_
RTFString_
RTFText_
RTF_buffer_No_Ole__
RTF_buffer_With_Ole__
RTF_buffer
RTF_buffer__
RTF_string__
ScrollDest__
ScrollEvent
ScrollSide
ScrollUpDown__
Scroll__
Sensitivity
SessionModule_
SessionObject_
Sibling__
SignatureEntry
SignatureInfo
SignatureInfoSpecifier__
Skip
Sort
SpellingAlternatives__
SpellingError
SpellingErrors__
SpellingOptions
Stat
Stream
string
supportedCodepages
supportedLocales
Symbolic__
TableBorderPosition
TableBorderStyle
TableRef__
Template
TemplateB__
TokenReader
TokenWriter
ToolType
trigEvent_
Trigger
TriggerStatus
trigLevelDesc_
trigLevelMod_
trigLevel_
trigType_
true
User
UserClass
UserElement_
UserList
UserNotifyList
UserRef__
View
ViewDef
Views_
void
Window__
ZipType

Integrierte Funktionen – Built-In functions

absNo
accept
acceptDate
acceptPartition
acceptReport
accessed
ack
acknowledge
activateURL
active
addAttribute
addAwayAttribute
addAwayLinkModule
addAwayLinkset
addAwayModule
addAwayView
addBaselines
addCPSCallbacks1
addCPSCallbacks2
addCPSCallbacks3
addCPSCallbacks4
addCPSCallbacks5
addCPSCallbacks6
addFilter
addGroup
addGUIDMapping_
addHistoryComment
addIndent
addLinkModule
addLinkModuleDescriptor
addLinkset
addMember
addMenu
addModule
addModuleForm
addNotifyUser
addProjectEntry
addr_
address
addTDGroup_
addTDGroupMember_
addTDUser_
addToolTip
addUser
addView
aDXLName__
after
all
allAttributesReadable
allBaselines
allowNetworkMonitor
allowsAccess
alternative
alternatives
anagram
ancestors
annotation
ansi
append
appendCell
appendColumn
appendRow
appendSignatureEntry
apply
applyDate
applyDocumentCommands_
applyTextFormattingToParagraph
archive
archiveFiles
archiveItemDatabaseName
archiveItemDescription
archiveItemName
archiveItemSelected
archiveItemSoftDeleted
archiveItemType
array
ascending
assertTest_
attach_
attrdef
attrdef
attribute
attributeDXL
attributes
attributeValue
attrName
attrtype
author
autoIndent
automatic
background
baseline
baselineExists
baselineInfo
baselineSet
baseWin
batchMode
before
behaviour
below
beside
binary
bitmap
block
body
bold
bottom
box
break
bringToFront
bulletStyle
busy
button
buttonbar
by
cachedRunFile
callStdItem_
canAppendFile
canceled
cancelled
canControl
canControlDef
canControlVal
canCreate
canCreateDef
canCreateServerArchive
canCreateVal
canDelete
canDeleteDef
canDeleteVal
canInheritView
canLock
canModify
canModifyDef
canModifyVal
canOpenFile
canRead
canReadDef
canReadRoot_
canReadServerArchiveFile
canReadVal
canRestoreServerArchive
canUnlock
canUnlockAll
canUseServerArchive
canvas
canWrite
canWriteServerArchiveFile
cell
center
centered
centre
centred
centredTop_
change
changeBar
changeBars
changed
changePasswordDialog
changePicture
characterSet
charOf
charset
charsetDefault
checkBox
checkConnect
checkDatabaseIntegrity
checkDN
checkDXL
checkDXLFile
checkFolderIntegrity
checkInteropServerStatus_
checkItem
checkTDConnect
childLocked
choice
cistrcmp
class
clear
clearCache_
clearClipboard
clearDefaultViewForModule
clearDefaultViewForUser
clearInvalidInheritanceOf
clearRightsCache_
clearSearchObject
clearToolTips
client
clientMajorProtocolVersion_
clientMinorProtocolVersion_
clipboardFormatName
clipboardIsEmpty
clipboardIsTransient
clipClear
clipCopy
clipCut
clipLastOp
clipPaste
clipPasteAndUpdateReferences
clipUndo
close
closeFolder
closeLabel
closeProject
codepageName
codepointOf
color
colors
colour
colours
column
combine
compareToken
completedCheck
compress
compressed
confAppend
confCopyFile
confDeleteDirectory
confDeleteFile
confDirectory
confDownloadFile
confFileExists
configDirectory
configFileName
confirm
confirmPasswordDialog
confMkdir
confRead
confRenameFile
confUploadFile
confWrite
connectionId
contains
containsLinkModule
containsOle
containsStaticOle
containsUnregisteredOle
contents
continue
control
convertFolderToProject
convertFromCodepage
convertMIFToUnicode_
convertProjectToFolder
convertToCodepage
convertToFolder
convertUnicodeToMIF_
copy
copyFile
copyFlat
copyHier
copyPassword
copyPictureObject
copyToClipboard
copyWindowSettings
cos
crashTestAsynch_
crashTestSynch_
create
createButtonBar
createCombo
createDropCallback
createDummy_
createDXLLock
createItem
createLinkset_
createMenu
createPasswordDialog
createPopup
createPrivate
createPublic
createString
createTop_
current
currentANSIcodepage
currentDirectory
currentView
cut
cutRichText
data
dataIsFromServer
date
dateAndTime
dateformat
dateOf
dateOnly
dateTimeOf
decodeURL
decryptBuffer__
default
defaultTableAttribute
definitionName
defval
delete
deleteAllMembers
deleteCell
deleteColumn
deleted
deletedBy
deletedOn
deletedOnDateTime
deleteFile
deleteFontTable
deleteGroup
deleteKeyRegistry
deleteMember
deleteModuleForm
deleteNotifyUser
deleteOptions
deletePicture
deleteProject_
deleteRow
deleteTable
deleteUser
deleteValueRegistry
deletions
descendants
descending
description
descriptionTemp_
descriptive
deselect
destroy
destroyBitmap
destroyOLEInHistory_
destroySort
detach_
diff
direction
directory
disable
disabled
disableDisplayWarnings
disableGeneralRichTextWarnings
disableObjectTextAssignmentWarnings
disableObjectTextRichTextWarnings
disableRepeatWarnings
discardChangesOnBaseline_
discardingUnsavedChanges_
disconnect
display
displayRich
displayRichWithColor
displayRichWithColour
dispose
dn
document
doorsInfo
doorsname
doorsRegistryOptions
doorsVersion
dottedBorder
down
downgrade
downgradeLocked
downgradeShare
drag
draggedObjects
draw
drawAngle
drawBitmap
drawExampleFont_
drawLinks
drop
dropDataAvailable
droppedAttributeOLEText
droppedAttributeRichText
droppedAttributeText
droppedAttrOLETextAvailable
droppedAttrRichTextAvailable
droppedAttrTextAvailable
droppedList
droppedString
du
dxl
dxlHere
dxlWarningFilename
dxlWarningLineNumber
echo
edit
editor
ellipse
email
emailCPUpdates
empty
enable
enableDefaultTableAttribute
enableDisplayWarnings
enableGeneralRichTextWarnings
enableObjectTextAssignmentWarnings
enableObjectTextRichTextWarnings
enableRepeatWarnings
encryptBuffer__
end
endOfTokenStream
endPrintJob
ensureUserRecordLoaded
entire
equal
error
errorBox
eval_
evalTop_
event
excludeCurrent
excludeLeaves
excludes
exControlsAvail_
exists
existsGroup
existsUser
exit_
exp
expect
expectEndToken
expectInteger
expectString
export
exportPicture
exportRTFString
extractAfter
extractBelow
failedCheck
field
fileName
filter
filtering
filterTables
find
findAttribute
findByID
findGroupRDNFromName
findLinkset
findModule
findPlainText
findRichText
findUserInfoFromDN
findUserRDNFromLoginName
findUserRDNFromName
findView
first
firstNonSpace
flush
flushDeletions
flushLeft
flushRight
folder
folderName
follow
font
fontTable
forceLoadDirectory
formal
formalStatus
format
forename
frame
fromBase64_
fromCompressedBase64_
full
fullHostname
fullName
fullNameTemp_
fullRichText
get
getAbsno_
getAccountsDisabled
getAddressAttribute
getAdministratorName
getAlternative
getArchiveType
getAttrDefName_
getAttributeFilterSettings_
getAutoIndentation
getBaselineDeletionEnabled
getBaselineSetDefinition
getBaselineSetDefinitionName
getBorderSize
getBoundedAttr
getBoundedUnicode
getBuffer
getCalculatingLayoutHeight_
getCanvas
getCaptionHeight
getCatalanOptions
getCellAlignment
getCellBorder
getCellShowChangeBars
getCellShowLinkArrows
getCellWidth
getCheck
getCheckMode
getClassPath_
getClientData
getClientSeqNum_
getColumnBottom
getColumnFilterSettings_
getColumnTop
getColumnValue
getComment
getContainerHierarchy_
getContainers_
getCorrectionComplete
getCreateID_
getCurrentTokenStreamFormatVersion
getCursorPosition
getDatabaseIdentifier
getDatabaseMailPrefixText
getDatabaseMailServer
getDatabaseMailServerAccount
getDatabaseMaximumLifetime
getDatabaseMinimumPasswordLength
getDatabaseName
getDatabasePasswordRequired
getDataFormatVersion
getDate
getDateFormat
getDateOf
getDef
getDefaultColorScheme
getDefaultColourScheme
getDefaultLineSpacing
getDefaultLinkModule
getDefaultValueIndicator
getDefaultViewForModule
getDefaultViewForUser
getDeletionError
getDescription
getDescriptionAttribute
getDiagnosticLog_
getDisableLoginThreshold
getDocument_
getDocumentBuffer_
getDocumentElement_
getDoorsBindNameDN
getDoorsGroupGroupDN
getDoorsGroupRoot
getDoorsLangIdFromLocaleId
getDoorsUserGroupDN
getDoorsUsernameAttribute
getDoorsUserRoot
getDOSstring
getDXLFileHelp
getDXLFileName
getEditDXLControlled
getElementName_
getElementText_
getEmail
getEmailAttribute
getEmbeddedOle
getEnglishOptions
getenv
getErrorStartPos
getErrorStopPos
getErrorString
getFailedLoginThreshold
getFontIndex_
getFontName_
getFontSettings
getFormattedLocalDate
getFrenchOptions
getGermanOptions
getGrammarLevel
getGrammarRules
getGreekOptions
getGroupMemberAttribute
getGroupNameAttribute
getGroupObjectClass
getGUID_
getHomeID_
getId
getIgnoreReadOnly
getImplied
getIncomingReplyBody_
getIncomingReplyHeader_
getIndex_
getInPlaceColumnIndex
getInteropLocalDatabaseID_
getInteropUser_
getInvalidCharInModuleName
getInvalidCharInProjectName
getInvalidCharInSuffix
getIsValid
getItem
getLabel
getLabelOptions
getLabelSpecifier
getLanguage
getLanguages
getLdapServerName
getLegacyLocale
getLicense_
getLicenseString_
getLineSpacing
getLinkFilterSettings_
getLinkModuleDescriptorsExclusive
getLinkset_
getLocalDate
getLocksInDatabase
getLocksInFolder
getLocksInModule
getLogicalColorName
getLogicalColourName
getLoginFailureText
getLoginLoggingPolicy
getLoginNameAttribute
getLoginPolicy
getMandatory
getMaxClientVersion
getMaxPasswordAgeLimit
getMaxPasswordGenerationLimit
getMessageOfTheDay
getMessageOfTheDayOption
getMinClientVersion
getMinPasswordAgeInDays
getMinPasswordGeneration
getModuleDetails
getModuleFormAttr
getModuleFormProperties
getModuleReport
getMostRecentBaseline
getName
getNextError
getNextModuleFormName
getObjectFilterSettings_
getOLEHistorySave
getOLEPictureSave
getOleWidthHeight
getOneTimeKey
getOptions
getOverridable
getParent
getParentFolder
getParentProject
getPartitionMask
getPartitionMaskDef
getPartitionMaskVal
getPasswordRequired
getPersistedVersion_
getPictBB
getpictbb
getPictFormat
getPictName
getPictWidthHeight
getPlainInteropValue_
getPortNo
getPos
getProjectDetails
getProperties
getPropertiesPath_
getRealColor
getRealColorIcon
getRealColorName
getRealColorOptionForTypes
getRealColour
getRealColourIcon
getRealColourName
getRealColourOptionForTypes
getReconfirmPasswordRequired
getReconfirmPasswordTimeout
getReference
getRegisteredDXLServer
getRegistry
getRemoteHost_
getRemotePort_
getRemoteWebservicePath_
getRequireLettersInPassword
getRequireNumberInPassword
getRequireSymbolInPassword
getRichInteropValue_
getRightClicked
getRootProject_
getRow
getRuleType
getRussianOptions
getSearchObject
getSecureDXLServerClientInfo
getSecureDXLServerPortnumber
getSelectedCol
getSelection
getSentenceStartPos
getSentenceStopPos
getServerBaseInformation_
getServerHost_
getServerOption_
getServerPort_
getServerSeqNum_
getShortDate
getShowTableAcrossModule
getSignatureInfo
getSimpleFilterType_
getSize
getSizeIndex_
getSizeName_
getSortColumn
getSource
getSourceName
getSourceVersion
getSpanishOptions
getSpellingFirst
getStringAttribute_
getSupported
getTable
getTarget
getTargetName
getTDBindNameDN
getTDPortNo
getTDServerName
getTelephoneAttribute
getTemplateFileName
getTickCount_
getTimerInterval
getTimerName
getTimerRunning
getTitle
getTomcatHost_
getTriggerState_
getType_
getUKOptions
getURL
getUseLdap
getUserFullName
getUserlistDetails
getUserName
getUserOptionSkip_
getUseSelectedLanguage
getUseTelelogicDirectory
getVal
getVersion_
getView_
getWarnViewChangesKey_
getWebBrowser
getWord
getXML
getXT_TypeSystem_
gluedHelp
goodFileName
goodStringOf
gotoObject
graphics
grSetCurrent
halt
hardDelete
hasAttribute_
hasChildElements_
hasControlDown
hasDefPermission
hasDXLCanvas
hasHeader
hasInPlace
hasLinks
hasNoLinks
hasPermission
hasPermission_
hasPicture
hasScrollbars
hasSpecificValue
hasValPermission
headerAddColumn
headerChange
headerRemoveColumn
headerReset
headerSelect
headerSetHighlight
headerShow
height
help
helpOn
helpOnEx
helpOnFileEx
hidden
hide
hideExplorer
highlightText
history
home
host
hostname
htmlText
HTMLToPlainText
HTMLToRichText
id
identifier
ignoreWord
importFolder
importPicture
importRTF
inactive
inClipboard
includeCurrent
includeLeaves
includes
includesTime
indentLevel
info
infoBox
inherit
inherited
inheritedDef
inheritedVal
initDXLServer
initDXLServerV2
initJVM_
initRegisteredDXLServer
initRegisteredDXLServerV2
initSecureDXLServer
inPlaceChoiceAdd
inPlaceCopy
inPlaceCut
inplaceDisable
inplaceEditing
inplaceEditOff
inplaceEnable
inplaceEnabled
inPlaceGet
inPlaceMove
inPlacePaste
inPlaceReset
inPlaceSet
inPlaceShow
inPlaceTextHeight
insert
insert
insertBitmapFromClipboard
insertCell
insertColumn
insertColumn
insertDroppedPicture
insertPictureAfter
insertPictureBelow
insertPictureFile
insertPictureFileAfter
insertPictureFileBelow
insertRow
installed
instance
intOf
invalidInheritedView
invalidProjectListEntry
ipcAddress
ipcHostname
isAccessInherited
isAccessInheritedDef
isAccessInheritedVal
isAdmin
isalnum
isalpha
isAnyBaselineSetOpen
isAscending
isascii
isASCII
isAttribute
isBaseline
isBaselinePresent
isBaselineSignatureConfigured
isBatch
isBullet
iscntrl
isDatabaseDictionary
isDefault
isDefaultURL
isDeleted
isDescending
isdigit
isEdit
isEmpty
isFiltered
isFirstObjectInDXLSet
isgraph
isInheritedView
isLastObjectInDXLSet
isLocked
isLockedByUser
isLockedClosed
islower
isMember
isNull
isOle
isOleObjectSelected
isOpen
isOpenServer
isOutline
isPartitionedOut
isPartitionedOutDef
isPartitionedOutVal
isprint
ispunct
isRanged
isRead
isRichText
isSelected
isServer
isShare
isspace
isTimer
isupper
isUrl
isUsed
isValidChar
isValidDate
isValidDescription
isValidInt
isValidName
isValidName
isValidPrefix
isValidReal
isValidString
isViewModified
isVisible
isVisibleAttribute
isxdigit
italic
item
itemClipboardIsEmpty
itemFromID
itemFromReference
justify
key
keyword
kind
label
language
languages
last
lastError
lastModifiedTime
lastSelectedModule_
lastSelectedObject_
layoutDXL
ldapGroupsForUser
ldapRDN
leaf
left
leftAligned
length
length
level
levelModifier
line
link
linkIndicators
linkInitialName
links
linkset
linksVisible
linkTarget
linkVersion
list
listLostSections_
listView
load
loadAndGoto
loadBitmap
loadDefaults
loadDirectory
loadInPartitionDef
loadLdapConfig
loadOptions
loadProperties_
loadUserRecord
loadUserRecord_
locale
lock
lockDoorsnetFile
lockMode
log
login
loginAsSuperUser__
longDateFormats
lookupGUID_
lower
main
mainColumnAttribute
major
markRepaired
markUp
match
matches
matchStrings
maximumAttributeLength
maxValue
mayArchive
mayCreateTopLevelFolders
mayEditDXL
mayEditGroupList
mayEditUserList
mayManage
mayPartition
member
memoryIsLow
menu
menuBar
menuStatus
messageBox
minor
minValue
missingProjectListEntry
mkdir
mode
modified
modify
modifyConfigRights_
modifyPublishRights_
module
moduleVersion
move
multi
multiList
name
nameTemp_
new
newline
newPosition
newTextOleCount
newValue
next
nextClipboardFormat
nextMajor
nextMinor
nobars
noBaselines
noBorder
nochanges
noDataFound
noElems
noError
nohistory
none
notNull
null
number
numberOfObjects
obj__
object
of
ok
oldAbsNo
oldTextOleCount
oldValue
oleActivate
oleCloseAutoObject
oleCopy
oleCount
oleCreateAutoObject
oleCut
oleDeactivate
oleDelete
oleGet
oleGetAutoObject
oleGetResult
oleInsert
oleIsObject
oleLoadBitmap
oleMethod
oleOpen
olePaste
olePasteLink
olePut
oleResetSize
oleRtf
oleSaveBitmap
oleSetHeightandWidth
oleSetMaxWidth
oleSetMinWidth
oleSetResult
open
openPictFile
openProject
opposite
optionsExist
orphanedItem
outline
outlining
overrideTableAttribute
page
pageBottomMargin
pageBreakLevel
pageChangeBars
pageColumns
pageExpandHF
pageFormat
pageHeaderFooter
pageHeight
pageIgnoreNullAttributes
pageIncludeFilters
pageIncludeSort
pageLayout
pagelayouts
pageLeftMargin
pageName
pagePortrait
pageRepeatTitles
pageRightMargin
pageSetups
pageSignaturePage
pageSize
pageTitlePage
pageTOCLevel
pageTopMargin
pageWidth
parent
parentOf
parentRef
parentRefID
parseXMLBuffer_
parseXMLString_
partition
partitionLongMessages_
password
passwordChanged
passwordConfirmRequired
passwordLastChange
passwordLastChanged
passwordLifetime
passwordMayChange
passwordMinimumLength
pasteDown
pasteSame
pasteToEditbox
path
pictureCompatible
pictureCopy
pictures
plainNewUnicodeValue
plainNewValue
plainOldUnicodeValue
plainOldValue
plainText
platform
polarLine
polygon
popup
position
post
pow
pragma
pre
preloadedView
previous
print
printCharArray
printModule
printPreviewTest_
printProfile_
printStrTab_
priority
problems
profile_
progPrint_
progressCancelled
progressMessage
progressRange
progressStart
progressStep
progressStop
project
purge
purgeObject_
purgeObjects_
purgeProject_
put
putString
qualifiedUniqueID
query
radioBox
raise
random
read
readBool
readFile
readInteger
readlocked
readPublishFile__
readString
ready
realBackground
realColor
realColour
realize
realOf
realPageBottomMargin
realPageHeight
realPageLeftMargin
realPageRightMargin
realPageTopMargin
realPageWidth
reconstructProjectIndexFile_
rectangle
recv
refcount_
referencesInvalidFolder
referencesValidFolder
refresh
refreshAllCachedAccessRights
refreshDBExplorer
refreshCachedAccessRights
refreshExplorer
regexp
region
registeredFormat
regular
reimportPicture
reject
rejoinedBy
rejoinedDate
rejoinPartition
rejoinReport
release
remoteChangeAppliedOn
remoteChangeOccurredOn
remoteUser
remove
remove
removeAttribute
removed
removeDXLLock
removeIndent
removeLinkModuleDescriptor
removeLinkset
removeModule
removeModule
removePartition
removeUnlistedRichText
removeView
rename
renameFile
repaired
replaceRichText
replaceText
replyAPI
reserved
resetColor
resetColors
resetDefaults
resetFonts
resetOptions
resetSpellingState
resourceName
restore
restoreFiles
restoreLostSections_
restoreModule
restoreProject
restoreUserlist
resumeDXLTracing_
return
return_
returnedBy
returnedDate
returnPartition
richClip
richField
richText
richtext_identifier
richTextFragment
richTextNoOle
richTextWithOle
right
rootName_
rootNameTemp_
row
rtfSubString
run
runningAsDoorsnet
safeHTMLBuffer
save
saveClipboardBitmapToFile
saveDefaults
saveDirectory
saveDroppedPicture
saveLdapConfig
saveModified
saveOptions
saveOptions
saveProperties_
saveUserRecord
scope
scroll
scrollSet
search
sectionNeedsSaved
select
selected
selectedElems
send
sendBroadcastMessage
sendEMailMessage
sendEMailNotification
sendWriteTokenHome_
separator
server
serverMajorProtocolVersion_
serverMinorProtocolVersion_
serverMonitorIsOn
serverPort
session
sessionNo
set
set_
setAccess
setAccountsDisabled
setAddressAttribute
setAllCellsAlignment
setAllCellsBorder
setAllCellsShowChangeBars
setAllCellsShowLinkArrows
setAllCellsWidth
setAnnotation
setAPIClientTimeout
setAttrFromHTML
setBars
setBaselineDeletionEnabled
setBaseWindowContext
setCacheState_
setCatalanOptions
setCellAlignment
setCellBorder
setCellShowChangeBars
setCellShowLinkArrows
setCellWidth
setCenteredSize
setCentredSize
setChangeBar_
setCheck
setCheckMode
setColumnAlignment
setColumnBorder
setColumnShowChangeBars
setColumnShowLinkArrows
setColumnWidth
setCurrentFolder_
setDatabaseMailPrefixText
setDatabaseMailServer
setDatabaseMailServerAccount
setDatabaseMaximumLifetime
setDatabaseMinimumPasswordLength
setDatabaseName
setDatabasePasswordRequired
setDates
setDblClicks_
setDebugCallback_
setDebugging_
setDef
setDefault
setDefault
setDefaultColorScheme
setDefaultColourScheme
setDefaultLinkModule
setDefaultViewForModule
setDefaultViewForUser
setDescription
setDescription
setDescriptionAttribute
setDisableLoginThreshold
setDiscardChangesOnBaseline_
setDiscardingUnsavedChanges_
setDoorsBindNameDN
setDoorsBindPassword
setDoorsBindPasswordDB
setDoorsGroupGroupDN
setDoorsGroupRoot
setDoorsUserGroupDN
setDoorsUsernameAttribute
setDoorsUserRoot
setDragPicture
setDropList
setDropString
setDXL
setEditDXLControlled
setEmailAttribute
setempty
setEnglishOptions
setenv
setExtraHeightShare
setExtraWidthShare
setFailedLoginThreshold
setFocus
setFontSettings
setFrenchOptions
setFromBuffer
setGermanOptions
setGotFocus
setGrammarLevel
setGreekOptions
setGroup
setGroupMemberAttribute
setGroupNameAttribute
setGroupObjectClass
setGUID_
saveGUIDMap_
setHeight
setHidden
setHistory
setIgnoreExceptions_
setIgnoreReadOnly
setImplied
setInherit
setInteropLocalDatabaseID_
setInteropUser_
setLabelSpecifier
setLanguage
setLdapServerName
setLegacyLocale
setLimits
setLineSpacing
setLinkModuleDescriptorsExclusive
setLocale
setLoginFailureText
setLoginLoggingPolicy
setLoginNameAttribute
setLoginPolicy
setLostFocus
setlower
setMandatory
setMaxClientVersion
setMaxValue
setMessageOfTheDay
setMessageOfTheDayOption
setMinClientVersion
setMinPasswordAgeInDays
setMinPasswordGeneration
setMinValue
setModule
setMulti
setName
setObject
setOLEHistorySave
setOLEPictureSave
setOverridable
setParent
setPartitionedOut_
setPartitionedOutDef_
setPartitionedOutVal_
setPartitionMask_
setPartitionMaskDef_
setPartitionMaskVal_
setPasswordConfirmRequired
setPortNo
setPos
setPreloadedView
setProgressParent
setPropertiesPath_
setRealColor
setRealColorOptionForTypes
setRealColour
setRealColourOptionForTypes
setReconfirmPasswordRequired
setReconfirmPasswordTimeout
setRegistry
setRemoteHost_
setRemotePort_
setRemoteWebservicePath_
setReplyMessage_
setReplyUI_
setRequireLettersInPassword
setRequireNumberInPassword
setRequireSymbolInPassword
setRichClip
setRootProject_
setRowWidth
setRussianOptions
setSearchObject
setSelection
setServerHost_
setServerMonitor
setServerPort_
setShowDescriptiveModules
setShowFormalModules
setShowLinkModules
setShowTableAcrossModule
setSize
setSortColumn
setSource
setSpanishOptions
setSpellingFirst
setStringAttribute_
setTarget
setTDBindNameDN
setTDBindPassword
setTDBindPasswordDB
setTDPortNo
setTDServerName
setTelephoneAttribute
setTitle
setTomcatHost_
setTriggerState_
setUKOptions
setUpExtraction
setupper
setUseLdap
setUser
setUseSelectedLanguage
setUseTelelogicDirectory
setVal
setVersions__
setWebBrowser
setWidth
share
shareLock
shortDateFormats
show
showChangeBars
showDeletedObjects
showDeletedObjects
showDeletedObjects
showDescriptiveModules
showDiagnosticWindow_
showExplorer
showFormalModules
showGraphicsDatatips
showGraphicsLinks
showing
showingExplorer
showLinkModules
showOlePropertiesDialog
showPictures
showPrintDialogs
showTables
sibling
side1
side2
sin
size
sizeof
skipCurrentToken
skipWaits_
sleep_
slider
softDelete
solidBorder
sort
sorting
soundex
source
sourceAbsNo
sourceIndex
sourceIsListView
sourceIsTreeView
sourcePath
sourceVersion
specific
specificDef
specificVal
specifier
spell
spellFix
spellFixRTF
spellingErrors
splitHeadingAndText
splitter
sqrt
stack
stacked
start
startConfiguringMenus
startDXLProfiling_
startDXLTracing_
startedCheck
startPrintJob
startTimer
status
statusBar
stopConfiguringMenus
stopDXLProfiling_
stopDXLTracing_
stopTimer
stored
strikethru
stringCompare
stringOf
strings
subscript
substring
subtype
suffix
superscript
supportedPictureFormat
surname
suspendDXLTracing_
symbolic
sync
synchExplorer
synergyUsername
system
systemLoginName
tab
table
tableContents
tan
target
targetAbsNo
targetIndex
targetInitialName
targetIsListView
targetIsTreeView
targetPath
targetVersion
telephone
tempFileName
template
templates
tempStringOf
testEncryption_
text
timer
timestamp
title
to
toBase64_
toCompressedBase64_
today
toggle
toolBar
toolBarComboAdd
toolBarComboCount
toolBarComboEmpty
toolBarComboGetItem
toolBarComboGetSelection
toolBarComboSelect
top
topMost
topMostFixed
topMostTop_
toTable
treeView
trigger
type
typedef
typeName
uid
undelete
undeleteCell
undeleteColumn
undeleteProject_
undeleteRow
undeleteTable
underline
undo
undoMarkUp
unicodeString
uniqueID
unixerror
unload
unlock
unlockDiscardAll
unlockDiscardSection
unlockDoorsnetFile
unlockSaveAll
unlockSaveSection
unsaved
unset
unsetAll
unsetAll_
unsetAllDef
unsetAllVal
unsetDef
unsetVal
up
update
updateGroupList
updateModuleForm
updateToolBars
updateUserList
upper
useAncestors
useAutoIndentation
useColumns
useCompression
useCurrent
useDefaultTableAttribute
useDescendants
useFiltering
useFilterTables
useGraphics
useGraphicsColumn
useLevel
useOutlining
user
user
user
useraccess
userHasConfigRights_
userHasPublishRights_
userLocale
username
useRTFColour
useSelection
useShowDeleted
useShowExplorer
useShowLinkIndicators
useShowLinks
useShowPictures
useShowTables
useSorting
useTooltipColumn
useTooltips
useWindows
usingDBServer_
utf8
validateDOORSURL
value
value__
values
verifyIsEnabled_
version
versionID
versionString
verticalCheckBox
verticalRadioBox
view
views
warn
warningBox
wcharOf
when
who
width
wildcard
win32SystemWait_
window
write
writeBoolLn
writeEndToken
writeEndTokenWithoutIndent
writeFailed
writeInteger
writeIntegerLn
writeLn
writePublishFile__
writeRealLn
writeStringLn
writeTokenStart
zeroArray
zeroProfile_

Integrierte Konstanten – Built-In constants

acceptModule
addToFavoritesIcon
administrator
Afrikaans
all
allWaysArrow
archiveModuleItem
AssCheck_
attrDate
attrDefItem
attrDXLName
attrEnumeration
attribute
attributeMenu
attrInteger
attrReal
attrString
attrText
attrTypeItem
attrUsername
AutoDeclare_
autoIndentMainColumnIcon
baselineModule
Blob_
Blocked_
bottom
bottomLeftArrow
bottomRightArrow
browseDXLItem
Bubble_
Catalan
center
centre
CF_BITMAP
CF_DIB
CF_DIBV5
CF_DIF
CF_ENHMETAFILE
CF_HDROP
CF_LOCALE
CF_MAX
CF_METAFILEPICT
CF_OEMTEXT
CF_PALETTE
CF_PENDATA
CF_RIFF
CF_SYLK
CF_TEXT
CF_TIFF
CF_UNICODETEXT
CF_WAVE
changeOLE
charsetAnsi
charsetEastEurope
charsetGreek
charsetHebrew
charsetRussian
charsetSymbol
charsetTurkish
Clear
clientDictionary
clipboardMenu
clipClearItem
clipCopyFlatItem
clipCopyHierItem
clipCopyMenu
clipCopyObject
clipCopyUrl
clipCutItem
clipCutObject
clipMoveObject
clipPasteDownItem
clipPasteItem
clipPasteMenu
closeProjectItem
CodePrint_
colorBlack
colorBlue
colorBrown
colorCyan
colorDarkTurquoise
colorGreen
colorGrey
colorGrey77
colorGrey82
colorLightBlue
colorMagenta
colorMaroon
colorMediumLightBlue
colorOptionsItem
colorOrange
colorPink
colorRed
colorRedGrey
colorWhite
colorYellow
columnAutoIndentMainColumnItem
columnCenterJustifyItem
columnCreateItem
columnDeleteItem
columnEditIcon
columnEditItem
columnFullJustifyItem
columnInsertIcon
columnLeftJustifyItem
columnMenu
columnRemoveIcon
columnRightJustifyItem
columnsFilled
columnsTable
columnsUnmarked
columnUseAsToolTipsItem
columnUseInGraphicsItem
commentModule
commentObject
confProjUser
confSystem
confSysUser
confTemp
confUser
Copy
copyIcon
copyModIcon
copyObject
createAttr
createDescriptiveModuleItem
createFormalModIcon
createFormalModuleItem
createLink
createLinkIcon
createLinkModIcon
createLinkModuleItem
createLinksetIcon
createModIcon
createModule
createObjDownIcon
createObject
createObjSameIcon
createProjectItem
createType
CSpec_
custom
Cut
cutIcon
cutOLE
Czech
Danish
databaseDictionary
databaseManager
databaseSpellingOptions
Dates_
ddbAvailable
ddbChecked
ddbUnavailable
decreaseLevelIcon
deleteAttr
deleteIcon
deleteLink
deleteLinkIcon
deleteLinksetIcon
deleteModIcon
deleteModuleItem
deleteObject
deleteObjIcon
deleteProjectItem
deleteType
demoteObjectIcon
deselectItem
Diag_
Diamond_
dispDecLevelItem
dispDeletionItem
dispFilterDescendantsItem
dispFilterIcon
dispFilteringItem
dispFilterParentsItem
dispGraphicsIcon
dispGraphicsItem
dispGraphicsLinksItem
dispGraphicsToolTipsItem
dispIncLevelItem
dispLevel10Item
dispLevel1Item
dispLevel2Item
dispLevel3Item
dispLevel4Item
dispLevel5Item
dispLevel6Item
dispLevel7Item
dispLevel8Item
dispLevel9Item
dispLevelAllItem
dispLinkIndicatorsItem
dispOutlineIcon
dispOutlineItem
dispReqOnlyItem
dispShowPicturesItem
dispShowTablesItem
dispSortIcon
dispSortingItem
dottedBorder
downArrow
duplicateModuleItem
duplicateProjectItem
Dutch
editDXLItem
editHeadingIcon
editLinkIcon
editMenu
editModIcon
editTextIcon
editUsersIcon
editUsersItem
endLinkIcon
EXIT_Item
explorerIcon
extractDownItem
extractMenu
extractObjIcon
extractOneDownIcon
extractSameItem
extractSetupItem
false
filterDialogIcon
filterItem
filterReapplyIcon
folderCloseIcon
folderNewIcon
folderOpenIcon
fontOptionsItem
formal
formalGrammar
formatBMP
formatBMZ
formatBook
formatColumns
formatDIB
formatEMF
formatEMZ
formatEPSF
formatGIF
formatJFIF
formatJPE
formatJPEG
formatJPG
formatPNG
formatPNG_
formatRLE
formatTIF
formatTIFF
formatUNKNOWN
formatWMF
formatWMZ
French
full
fullProof
German
GermanReform
gotoIcon
GraphicsFont
Greek
groupList
headerEdit
headerReorder
headerResize
HeadingsFont
HeapPrint_
helpAboutItem
helpContentsItem
helpDescriptiveItem
helpFormalItem
helpHelpItem
helpIndexItem
helpLinkItem
helpMenu
helpProjManItem
helpSearchItem
horizontal
iconDatabase
iconDatabase
iconDescriptive
iconDescriptiveCut
iconDescriptiveDeleted
iconExternalLinkIn
iconExternalLinkOut
iconFolder
iconFolderCut
iconFolderDeleted
iconFolderOpen
iconFolderOpenDeleted
iconFormal
iconFormalCut
iconFormalDeleted
iconGroup
iconGroupDisabled
iconLink
iconLinkCut
iconLinkDeleted
iconLinkIn
iconLinkOut
iconNone
iconProject
iconProjectCut
iconProjectDeleted
iconProjectOpen
iconProjectOpenDeleted
iconReadOnly
iconUser
iconUserDisabled
increaseLevelIcon
infoBuildDate
infoBuildNumber
informalGrammar
infoServerVersion
infoSupportId
infoSupportPassword
infoVersion
inplaceAcceptItem
inplaceAttrItem
inPlaceChoice
inplaceHeadingItem
inplaceRejectItem
inplaceResetAttrItem
inPlaceString
inPlaceText
inplaceTextBoldItem
inplaceTextBulletItem
inPlaceTextChange
inplaceTextDecreaseIndentItem
inPlaceTextFilled
inplaceTextIncreaseIndentItem
inplaceTextItalicItem
inplaceTextItem
inplaceTextStrikeThruItem
inplaceTextUnderlineItem
insertOLE
Interactive_
internationalModernDOORSColorScheme
internationalModernDOORSColourScheme
internationalOriginalDOORSColorScheme
internationalOriginalDOORSColourScheme
inward
Italian
justifyCenterIcon
justifyFullIcon
justifyLeftIcon
justifyRightIcon
keyDelete
keyDown
keyEnd
keyEscape
keyF1
keyF10
keyF11
keyF12
keyF2
keyF3
keyF4
keyF5
keyF6
keyF7
keyF8
keyF9
keyHelp
keyHome
keyInsert
keyLeft
keyPageDown
keyPageUp
keyRight
keyUp
layWizIcon
left
leftArrow
leftRightArrow
level10Icon
level1Icon
level2Icon
level3Icon
level4Icon
level5Icon
level6Icon
level7Icon
level8Icon
level9Icon
levelAllIcon
levelCombo
link
linkClearStartItem
linkCompleteFromItem
linkCompleteToItem
linkCreateItem
linkDeleteItem
linkEditItem
linkFilterBoth
linkFilterIncoming
linkFilterOutgoing
linkGotoStartItem
linkGraphicsItem
linkGraphicsToggleItem
linkMatrixItem
linkMenu
linkRemoveItem
linksetCombo
linksetCreateItem
linksetDeleteItem
linksetMenu
linksetRefreshItem
linkSourceItem
linkStartItem
linkTargetItem
listViewOptionCheckboxes
listViewOptionMultiselect
listViewOptionSortText
lockRemoved
lockShare
lockWrite
logical0IndicatorColor
logical100IndicatorColor
logical11IndicatorColor
logical22IndicatorColor
logical33IndicatorColor
logical44IndicatorColor
logical55IndicatorColor
logical66IndicatorColor
logical77IndicatorColor
logical88IndicatorColor
logicalCurrentBackgroundColor
logicalCurrentCellBackgroundColor
logicalCurrentObjectOutline
logicalDataTextColor
logicalDefaultColor
logicalDeletedTextColor
logicalGraphicsBackgroundColor
logicalGraphicsBoxColor
logicalGraphicsBoxEdgeColor
logicalGraphicsCurrentColor
logicalGraphicsElideBoxColor
logicalGraphicsLinkColor
logicalGraphicsSelectedColor
logicalGraphicsShadeColor
logicalGraphicsTextColor
logicalGridLines
logicalGUIDefaultColor
logicalHighIndicatorColor
logicalHighlightURLColor
logicalInPlaceBackgroundColor
logicalInPlaceTextColor
logicalLinkCurrentBackgroundColor
logicalLinkDataTextColor
logicalLinkPageBackgroundColor
logicalLinksInIndicatorColor
logicalLinksOutIndicatorColor
logicalLinksStartIndicatorColor
logicalLinkTextBackgroundColor
logicalLinkTitleBackgroundColor
logicalLowIndicatorColor
logicalMediumIndicatorColor
logicalPageBackgroundColor
logicalPageBackgroundFilterColor
logicalPageBackgroundFilterSortColor
logicalPageBackgroundSortColor
logicalPartitionInReadTextColor
logicalPartitionInWriteTextColor
logicalPartitionOutTextColor
logicalPrintPreviewBackgroundColor
logicalPrintPreviewPageColor
logicalPrintPreviewShadeColor
logicalPrintPreviewTextColor
logicalReadOnlyTextBackgroundColor
logicalReadOnlyTextColor
logicalSelectedTextColor
logicalTextBackgroundColor
logicalTitleBackgroundColor
logicalTitleBackgroundColorSelected
logicalTitleTextColor
logicalUnlockedTextBackgroundColor
logicalUser1Color
logicalUser2Color
logicalUser3Color
logicalUser4Color
logicalUser5Color
manyToMany
manyToOne
matrixModeIcon
maxColor
maxColour
maxFontIndex_
maxSizeIndex_
menuAvailable_
menuAvailableChecked_
menuInvisible_
menuUnavailable_
minColor
minColour
modAccessItem
modAttrEditItem
modBaselineItem
modCloseItem
modDowngradeItem
modernDOORSColorScheme
modernDOORSColourScheme
modHistoryItem
modifyAttr
modifyLink
modifyObject
modifyType
modKeyCtrl
modKeyNone
modKeyShift
modLayoutItem
modPageSetupItem
modPrintItem
modPrintPreviewItem
modSaveItem
module
moduleMenu
moveObject
msgError
msgInfo
msgQuery
msgWarning
noBorder
noIcon
NorwegianNynorsk
NorwegianBokmal
objAccessItem
objCompressionItem
objCompressItem
objCopyDownItem
objCopyItem
objCopyMenu
objCreateDownItem
objCreateItem
objCreateMenu
objDeleteItem
objDemoteItem
objDiscardUnlockAllItem
objDiscardUnlockItem
object
objectMenu
objEditItem
objHistoryItem
objLockItem
objMoveDownItem
objMoveItem
objMoveMenu
objMultiPurgeItem
objPromoteItem
objPurgeItem
objSaveUnlockAllItem
objSaveUnlockItem
objUncompressItem
objUndeleteItem
objUnlockMenu
off
OLEClearItem
OLECopyItem
OLECutItem
OLEInsertItem
oleMenu
OLEPasteItem
OLEPasteSpecialItem
OLERemoveItem
OLEVerbItem
on
onePointFive
oneToMany
oneToOne
openAsURL
openModuleEditItem
openModuleReadItem
openModuleShareItem
openProjectItem
optionsBrowserItem
optionsDefaultsItem
optionsMenu
optionsNetworkMonitorItem
optionsRestoreItem
optionsSaveItem
originalDOORSColorScheme
originalDOORSColourScheme
outward
partitionAcceptItem
partitionModule
projectRecoverItem
partitionRejoinItem
partitionReturnItem
passNone_
passLogin_
passMandatory_
Paste
pasteIcon
pasteOLE
pi
pictureItem
PortugueseBrazil
PortugueseEurope
printIcon
projCloseIcon
projDefLinkModuleItem
project
projectArchiveItem
projectAttrItem
projectManager
projectMenu
projectPartitionItem
projectPartitionMenu
projectRestoreItem
projNewIcon
projOpenIcon
projWizIcon
promoteObjectIcon
propertiesIcon
purgeModuleItem
purgeModulesItem
purgeObject
purgeProjectItem
quickProof
readLocked
readModIcon
realColor_Black
realColor_Blue
realColor_Brown
realColor_Cyan
realColor_Dark_Turquoise
realColor_Firebrick
realColor_Green
realColor_Grey11
realColor_Grey22
realColor_Grey33
realColor_Grey44
realColor_Grey55
realColor_Grey66
realColor_Grey77
realColor_Grey82
realColor_Light_Blue
realColor_Light_Blue2
realColor_Lime_Green
realColor_Magenta
realColor_Maroon
realColor_Navy
realColor_NewGrey1
realColor_NewGrey2
realColor_NewGrey3
realColor_NewGrey4
realColor_Orange
realColor_Peru
realColor_Pink
realColor_Purple
realColor_Red
realColor_Red_Grey
realColor_Rosy_Brown
realColor_Sea_Green
realColor_Thistle
realColor_White
realColor_Yellow
Rectangle_
redoItem
rejoinModule
removeOLE
renameModuleItem
repManIcon
repWizIcon
restoreModuleItem
returnModule
right
rightArrow
runLim
Russian
saveIcon
scrollDown
scrollPageDown
scrollPageUp
scrollToEnd
scrollToHome
scrollToPos
scrollUp
selectItem
setUserNameItem
shareModIcon
showDeletedModulesItem
showDeletedProjectsItem
showDescriptiveModulesItem
showFormalModulesItem
showLinkModulesItem
showMarkedObjsIcon
ShowPerming_
single
solidBorder
sortDescriptionItem
sortItem
sortNameItem
sortTypeItem
Spanish
spellcheckIcon
spellCheckItem
spellingOnly
splashMessage
SrcPrint_
StackPrint_
StackStat_
standard
standardGrammar
startLinkIcon
Store_
styleAllowMinimise
styleAllowMinimize
styleCentered
styleCentred
styleFixed
styleFloating
styleIsCloseBtn
styleIsDefault
styleNoBorder
styleStandard
styleStandardSize
styleSubWindow
swapHeadingTextIcon
Swedish
synchronizeModule
syswaitTIMEOUT_
syswaitPIPEFAULT_
syswaitPROCESSERROR_
syswaitSUCCESS_
syswaitINFINITE_
tableAppendCellItem
tableAppendColItem
tableAppendRowItem
tableBordersItem
tableCellMenu
tableColMenu
tableCreateDownItem
tableCreateIcon
tableCreateItem
tableDeleteCellItem
tableDeleteColItem
tableDeleteItem
tableDeleteRowItem
tableDispOptsItem
tableInsertCellItem
tableInsertColIcon
tableInsertColItem
tableInsertRowIcon
tableInsertRowItem
tableMenu
tableOptionCellItem
tableOptionColItem
tableOptionRowItem
tableRowMenu
tableSetBordersIcon
tableUndeleteCellItem
tableUndeleteColItem
tableUndeleteItem
tableUndeleteRowItem
Term_
textBold
textBullet
TextFont
textItalic
textLessIndent
textMoreIndent
textStrikeThrough
textUnderline
toolButton
toolCombo
toolRadio
toolsMenu
toolSpacer
toolToggle
top
topLeftArrow
topRightArrow
treeViewOptionSorted
trigError
trigPreConFail
trigPreConPass
trigRunOK
true
TYMED_ENHMF
TYMED_FILE
TYMED_GDI
TYMED_HGLOBAL
TYMED_ISTORAGE
TYMED_ISTREAM
TYMED_MFPICT
TypePrint_
UKEnglish
undeleteModIcon
undeleteModuleItem
unDeleteObject
undeleteProjectItem
Undo
undoItem
undoItemCut
undoItemDelete
undoItemModify
undoItemUndelete
unknown
unlockModulesItem
upArrow
upDownArrow
USEnglish
userList
userNotifyList
usersMenu
userSpellingOptions
vertical
viaDOORSLogin
viaSystemLogin
viewCombo
viewCreateItem
viewDeleteItem
viewLargeIconItem
viewListItem
viewMenu
viewReportItem
viewShowItem
viewSmallIconItem
viewWizIcon
wordIcon
yesIcon
zipModule5Archive
zipModule6aArchive
zipModule6Archive
zipModule7Archive
zipModuleArchive
zipNotArchive
zipPre3ModuleArchive
zipPre3ProjectArchive
zipPre5ModuleArchive
zipPre5ProjectArchive
zipProject5Archive
zipProject6aArchive
zipProject6Archive
zipProject7Archive
zipProjectArchive
zipUserList5Archive
zipUserList6aArchive
zipUserList6Archive
zipUserList7Archive
zipUserListArchive

Globale Funktionen – Global functions (defined in top context at startup)

addSep_
alwaysChecked
alwaysOff
alwaysOn
AttrBaseTypeFromString_
attrExists_
autoRunDXLFolder
autoRunDXLFolderTop
canDeleteCurrent
canUndeleteCurrent
checkFile_
closeModule
compareStrings
continueOrCancel
CreateAttrDef_
CreateRangedAttrType_
CreateUnrangedAttrType_
currentIsAdministrator
currentViewMap
databaseViewMap
descriptiveModulesDisplayed
doNothing
doValidDescriptionCheck
doValidNameCheck
doValidPrefixCheck
exitDoors
fileExists_
fileGoodName_
fileGoodPath_
fileOverwriteOK_
fileReadable_
fileWriteable_
fillAttributeList_
foldersDisplayed
formalModulesDisplayed
fullAttributeValue_
fullAttributeValueWithOle_
generateAutoRunDXLFolderString
getDirOf
getDirOfNoSlash
getFileOf
getItemName
getListSelection
getMeasurementUnits
getRootOfPath
getShowSystemAttributes
getShowSystemAttributes
getShowWarnViewChanges
getYesNoEnvironmentOption
getYesNoEnvironmentOption
getYesNoEnvironmentOption_Common
hidden
hideElements
isAdministrator
isBaseEnumerated_
isBaseSelection
isGoodInt
isGoodPosInt
isVoid_
linkModulesDisplayed
matches_
modDB_cancelCB
modDB_closeCB
modDB_hide
modDB_tie
modDB_untie
ModifyAttrDef_
ModifyRangedAttrType_
ModifyUnrangedAttrType_
parseCheckAccess_
probeAttr_
probeAttrBuff_
probeAttribute_
probeRichAttr_
projectsDisplayed
projectViewMap
protocolVersion_
removeTrailingSpaces_
ReplaceCharInString
saveDialogDefaults
saveModule
setEnvironmentOption
setMeasurementUnits
setShowFolders
setShowProjects
setShowSystemAttributes
setShowWarnViewChanges
setView
setYesNoEnvironmentOption
showElements
showSelectedTab
StripToCarat
toBeDone
toggleDatabaseView
toggleProjectView
toggleShowDescriptives
toggleShowFolders
toggleShowFormals
toggleShowLinkModules
toggleShowProjects
uniqueFile
ValidateAttrTypeRange_
ValidateAttrValue_

Useful Global Constants and Variables (defined in the top context at startup)

CONTINUE_NO
CONTINUE_NOTOALL
CONTINUE_YES
CONTINUE_YESTOALL
dbExplorer
dbSep
dbSepChar
doorsHome
DXLLibraryVersion
EVERYONE
EVERYONE_ELSE
FileSep_
MODE_EXCLUSIVE
MODE_READONLY
MODE_SHARED
objectPropertiesRealized
objectPropertiesShowing