SearchReturnValues Property
Controls whether the search operation returns values of attributes, or only types.
Syntax
__property bool SearchReturnValues = {read=FSearchReturnValues, write=FSetSearchReturnValues, default=True};
Default Value
True
Remarks
This property controls whether the search operation returns values of attributes, or only types. If only attributes are needed, disabling returning of values will enhance performance.
Data Type
Boolean