Skip to content

Pointer Query Operations

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

In addition to the Common Query operations, FluentQuery supports operations specific to the type being queried.

For querying Pointers (say, in a TList, or a TList<Pointer>, the additional operations are:

Operation Description
IsAssigned Enumerates non-nil items.

Clone this wiki locally