API:Datasnap.DSService.TDBXCropRequestFilter.HasParameter
Delphi
function HasParameter(const ParamName: string): Boolean; override;
C++
virtual bool __fastcall HasParameter(const System::UnicodeString ParamName);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | Datasnap.DSService.pas Datasnap.DSService.hpp |
Datasnap.DSService | TDBXCropRequestFilter |
Description
Returns True if the filter accepts the given parameter.
Datasnap.DSService.TDBXCropRequestFilter.HasParameter inherits from Datasnap.DSService.TDSRequestFilter.HasParameter. All content below this line refers to Datasnap.DSService.TDSRequestFilter.HasParameter.
Returns True if the filter accepts the given parameter.
The HasParameter method returns True if the filter accepts the given parameter, False otherwise.