Skip to content

Supported Containers

Malcolm Groves edited this page Jan 7, 2014 · 5 revisions

FluentQuery currently supports querying over the following types of containers:

*Anything with a TEnumerator<T>, such as TList<T>, TObjectList<T>, etc *Strings in a TStrings, such as TStringList, etc *Chars in a String *Pointers in a TList

Additional containers are being added as required, but this should cover a lot of common cases.