API:Datasnap.DSService.TDBXCropRequestFilter.HasParameter
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: Datasnap.DSService.pas Datasnap.DSService.hpp
| |
| Unit: Datasnap.DSService | |
| Parent: TDBXCropRequestFilter | |
Delphi
function HasParameter(const ParamName: string): Boolean; override;
C++
virtual bool __fastcall HasParameter(const System::UnicodeString ParamName);
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.