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

TRequest.TConnectionIDAllocator

Connection ID allocator method type

Declaration

Source position: httpdefs.pp line 532

public type TRequest.TConnectionIDAllocator = procedure(

  out aID: string

) of object;

Arguments

aID

  

Connection ID parameter

Description

TConnectionIDAllocator is a method type used for allocating connection identifiers. It takes a connection ID parameter and enables custom connection ID management.


Documentation generated on: Jan 16 2026