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

TRequestInterceptorList.FindInterceptor

Finds interceptor by name

Declaration

Source position: httproute.pp line 195

public function TRequestInterceptorList.FindInterceptor(

  const aName: string

):TRequestInterceptorItem;

Arguments

aName

  

Name of interceptor to find

Function result

Interceptor item or nil if not found

Description

FindInterceptor searches for an interceptor with the specified name and returns the interceptor object. It returns nil if no interceptor with the given name is found.


Documentation generated on: Jan 27 2026