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

TGetSkipCheckByKey

Specifies a Boolean function type used to implement the GetSkipCheckByKey and SetSkipCheckByKeyProc routines.

Declaration

Source position: lazutilities.pas line 19

type TGetSkipCheckByKey = function(

  AKey: string

):Boolean;

Description

The function type includes the AKey string argument which contains the key value to locate in the function. TGetSkipCheckByKey is used in the Lazarus IDE to implement a routine which checks command line parameters for a language identifier.

Version info

Added in LazUtils version 3.0.

See also

GetSkipCheckByKey

  

Gets and executes the function assigned to an implementation variable using the specified argument.

SetSkipCheckByKeyProc

  

Sets the value for an implementation variable to the specified function.


Version 4.0 Generated 2025-05-03 Home