Datasnap.DSService.TDSRequestFilter.Range

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Range: TParamRange read FRange write FRange;

C++

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

Properties

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

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