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

TRequest.RouteParams

Route parameter value by name

Declaration

Source position: httpdefs.pp line 541

public property TRequest.RouteParams[AParam: string] : string
  read GetRP
  write SetRP;

Description

RouteParams provides access to route parameters extracted from the URL path. These are typically used in REST-style routing systems to capture URL segments as parameters.


Documentation generated on: Jan 16 2026