Datasnap.DSService.TDSRequestFilter.OnResult

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnResult: Boolean read FOnResult write FOnResult;

C++

__property bool OnResult = {read=FOnResult, write=FOnResult, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSService.pas
Datasnap.DSService.hpp
Datasnap.DSService TDSRequestFilter

Description

Specifies whether the filter is applied to the result.

The OnResult property is true if the filter is applied to the result, false otherwise. OnResult is complementary to the Range property.

See Also