Unit 'fpopenapimodule' Package
[Overview][Types][Classes][Index] [#fcl-web]

TFPOpenAPIModule.ExtractRequestArgument

Declaration

Source position: fpopenapimodule.pp line 65

protected function TFPOpenAPIModule.ExtractRequestArgument(

  aRequest: TRequest;

  aLocation: TArgumentLocation;

  aName: string;

  aDefault: string

):string;

function TFPOpenAPIModule.ExtractRequestArgument(

  aRequest: TRequest;

  aLocation: TArgumentLocation;

  aName: string;

  aDefault: Integer

):Integer;

function TFPOpenAPIModule.ExtractRequestArgument(

  aRequest: TRequest;

  aLocation: TArgumentLocation;

  aName: string;

  aDefault: Int64

):Int64;

function TFPOpenAPIModule.ExtractRequestArgument(

  aRequest: TRequest;

  aLocation: TArgumentLocation;

  aName: string;

  aDefault: TDateTime

):TDateTime;

function TFPOpenAPIModule.ExtractRequestArgument(

  aRequest: TRequest;

  aLocation: TArgumentLocation;

  aName: string;

  aDefault: Double

):Double;


Documentation generated on: 2025-07-25