Datasnap.DSService.TDSRequestFilter.OnResult

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Datasnap.DSService.pas
Datasnap.DSService.hpp
Unit: Datasnap.DSService
Parent: TDSRequestFilter

Delphi

property OnResult: Boolean read FOnResult write FOnResult;

C++

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

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