[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Counter for the depth of iteration
Source position: tiVisitor.pas line 65
type TIterationDepth = Word; |
Counter for the depth of iteration. There is no theoretical limit, however a limit is set as High(Word) = 65535 as it's unlikely that the depth will ever reach that limit. If it does, this type can be changed to Cardinal.