Datasnap.DSService.TParamRange
[–] Properties | |
---|---|
Type: set typedef
| |
Visibility: public | |
Source: Datasnap.DSService.pas Datasnap.DSService.hpp
| |
Unit: Datasnap.DSService | |
Parent: Datasnap.DSService |
Delphi
TParamRange = set of 0..64;
C++
typedef System::Set<System::Int8, 0, 64> TParamRange;
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.