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.
The HasParameter method returns True if the filter accepts the given parameter, False otherwise.