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 237

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: Jan 27 2026