Datasnap.DSService.TDSRequestFilter.Range

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 Range: TParamRange read FRange write FRange;

C++

__property TParamRange Range = {read=FRange, write=FRange};

Description

Represents the parameter range the filter applies to.

The Range property represents the parameter range the filter applies to (first parameter, second parameter, and so on).

See Also