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

THTTPRouter.DeleteRoute

Removes a route from the collection

Declaration

Source position: httproute.pp line 235

public procedure THTTPRouter.DeleteRoute(

  AIndex: Integer

);

procedure THTTPRouter.DeleteRoute(

  ARoute: THTTPRoute

);

Arguments

AIndex

  

Index of route to delete

Arguments

ARoute

  

Route object to delete

Description

DeleteRoute removes the specified route from the router's route collection. It can delete by index or by route object reference.


Documentation generated on: Jan 27 2026