[Overview][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'LazLoggerBase' (#lazutils)

TLazLoggerLogGroupList.IndexOf

Gets the ordinal position in the container for the specified log group.

Declaration

Source position: lazloggerbase.pas line 101

public function TLazLoggerLogGroupList.IndexOf(

  const AConfigName: string

):Integer;

function TLazLoggerLogGroupList.IndexOf(

  const AnEntry: PLazLoggerLogGroup

):Integer;

Arguments

AConfigName

  

Name of the load group to locate in the container.

Function result

Ordinal position in the container for the specified log group.

Arguments

AnEntry

  

Pointer to the log group to locate in the container.


Version 4.0 Generated 2025-05-03 Home