Datasnap.DSService.TParamRange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TParamRange = set of 0..64;

C++

typedef System::Set<System::Int8, 0, 64> TParamRange;

Properties

Type Visibility Source Unit Parent
set
typedef
public
Datasnap.DSService.pas
Datasnap.DSService.hpp
Datasnap.DSService Datasnap.DSService

Description

Represents the filter parameter range type.

TParamRange is the filter parameter range type. It is expected that server methods have up to 64 parameters (and eventually a return). Each parameter can be subject to a filter operation.

See Also