TDereferenceAlias Type
Specifies how aliases are resolved. This enumeration provides values for the DerefAlias property.
Field | Description |
|---|---|
daNever | Indicates that the alias will not be
dereferenced. If the DerefAlias property is not set, the default value is
daNever. |
daInSearching | Dereferences aliases when searching subordinates of the base object, but not when locating the base itself. |
daFindingBaseObject | Dereferences aliases when locating the base object of the search, but not when searching its subordinates. |
daAlways | Dereferences aliases when both searching subordinates and locating the base objects of the search. |