Navigation: Code Documentation > IE > IEConsts > Enumerations
TSearchStrategy Enumeration
Represents type TSearchStrategy.
Namespace: IEConsts
Delphi
type TSearchStrategy = (ssDepthFirst, ssBreadthFirst);
Name
Description
ssBreadthFirst
Represents constant ssBreadthFirst.
ssDepthFirst
Represents constant ssDepthFirst.
Top
•IEConsts