[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'tiVisitor' (#tiopf)

TIterationDepth

Counter for the depth of iteration

Declaration

Source position: tiVisitor.pas line 65

type TIterationDepth = Word;

Description

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.


Documentation generated on: 2017-08-16