Unit 'HTTPRoute' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl]

THTTPRouter.MoveRouteBefore

Moves one route before another

Declaration

Source position: httproute.pp line 277

public function THTTPRouter.MoveRouteBefore(

  aRoute1: THTTPRoute;

  aRoute2: THTTPRoute

):Boolean;

Arguments

aRoute1

  

Route to move

aRoute2

  

Target route to move before

Function result

True if routes were moved successfully

Description

MoveRouteBefore repositions one route to execute before another route in the processing order. This allows fine-tuning of route evaluation priority.


Documentation generated on: Jan 27 2026