Unit EZDSLCts

===EZDSLCts========================================================== Constants for the EZDSL (Delphi Structures Library) unit. EZDSLCTS is Copyright (c) 1993,1997 by Julian M. Bucknall VERSION HISTORY 14May98 JMB 3.01 Inclusion of TBooleanArray string codes 19Apr98 JMB 3.00 Major new version, release for Delphi 3 24May96 JMB 2.01 extra string codes 13Mar96 JMB 2.00 release for Delphi 2.0 18Jun95 JMB 1.00 initial release =====================================================================} { Copyright (c) 1993-1998, Julian M. Bucknall. All Rights Reserved

Classes

Functions

Types

Constants

ascAlreadyAtEnd
ascAlreadyAtStart
ascBadCapacity
ascBadSkipLevel
ascCannotJoinData
ascCannotJoinHere
ascDeleteEdges
ascEmptyExamine
ascEmptyPop
ascExamineEdges
ascExamineLeaf
ascFreeNilNode
ascFreeNodeSize0
ascInsertEdges
ascIsNotSortedList
ascIsSortedList
ascNewNodeSize0
ascNilArray
ascNotSameSize
ascOutOfRange
ascReplaceEdges
ascSplitEdges
escBadBooleanInx
escBadCaseSwitch
escBadSource
escCannotMoveHere
escCmpNeeded
escDelInvalidHere
escIndexError
escInsertDup
escInsInvalidHere
escKeyNotFound
escNoCompare
escNoDisposeData
escNoDupData
escSortNeedsCmp
escTableFull
escTooManyItems
ezdsStartOffset

Variables


Functions


Types


Constants

ascAlreadyAtEnd = ezdsStartOffset+59

ascAlreadyAtStart = ezdsStartOffset+60

ascBadCapacity = ezdsStartOffset+69

ascBadSkipLevel = ezdsStartOffset+66

ascCannotJoinData = ezdsStartOffset+62

ascCannotJoinHere = ezdsStartOffset+61

ascDeleteEdges = ezdsStartOffset+55

ascEmptyExamine = ezdsStartOffset+53

ascEmptyPop = ezdsStartOffset+54

ascExamineEdges = ezdsStartOffset+56

ascExamineLeaf = ezdsStartOffset+65

ascFreeNilNode = ezdsStartOffset+50

Assertion string constants

ascFreeNodeSize0 = ezdsStartOffset+52

ascInsertEdges = ezdsStartOffset+57

ascIsNotSortedList = ezdsStartOffset+68

ascIsSortedList = ezdsStartOffset+67

ascNewNodeSize0 = ezdsStartOffset+51

ascNilArray = ezdsStartOffset+70

ascNotSameSize = ezdsStartOffset+71

ascOutOfRange = ezdsStartOffset+64

ascReplaceEdges = ezdsStartOffset+58

ascSplitEdges = ezdsStartOffset+63

escBadBooleanInx = ezdsStartOffset+16

escBadCaseSwitch = ezdsStartOffset+11

escBadSource = ezdsStartOffset+ 9

escCannotMoveHere = ezdsStartOffset+ 5

escCmpNeeded = ezdsStartOffset+15

escDelInvalidHere = ezdsStartOffset+ 3

escIndexError = ezdsStartOffset+10

escInsertDup = ezdsStartOffset+ 4

escInsInvalidHere = ezdsStartOffset+ 2

escKeyNotFound = ezdsStartOffset+12

escNoCompare = ezdsStartOffset+ 6

escNoDisposeData = ezdsStartOffset+ 8

escNoDupData = ezdsStartOffset+ 7

escSortNeedsCmp = ezdsStartOffset+14

escTableFull = ezdsStartOffset+13

escTooManyItems = ezdsStartOffset+ 1

Error string constants

ezdsStartOffset = $62D5

Start offset for string constants} {Note: this can be altered to suit the application

Variables