TMatchQuantSeqOptions Type

Represents type TMatchQuantSeqOptions.

Namespace: flcStringPatternMatcher
type
 TMatchQuantSeqOptions = Set of (
 moDeterministic,
 moNonGreedy);

The TMatchQuantSeqOptions type exposes the following members.

Show:
 NameDescription
moDeterministic

Represents constant moDeterministic.

moNonGreedy

Represents constant moNonGreedy.

Top