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

THTTPRouter.DeleteRouteByID

Removes a route by its ID

Declaration

Source position: httproute.pp line 185

public procedure THTTPRouter.DeleteRouteByID(

  AID: Integer

);

Arguments

AID

  

Unique ID of route to delete

Description

DeleteRouteByID removes a route from the collection using its unique identifier. It searches for the route with the specified ID and removes it.


Documentation generated on: Aug 28 2026 Report a problem on this page