Removes a route from the collection
Source position: httproute.pp line 235
public procedure THTTPRouter.DeleteRoute( |
AIndex: Integer |
); |
ARoute: THTTPRoute |
); |
AIndex |
|
Index of route to delete |
ARoute |
|
Route object to delete |
DeleteRoute removes the specified route from the router's route collection. It can delete by index or by route object reference.