Specifies a Boolean function type used to implement the GetSkipCheckByKey and SetSkipCheckByKeyProc routines.
Source position: lazutilities.pas line 19
type TGetSkipCheckByKey = function( |
AKey: string |
):Boolean; |
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.
Added in LazUtils version 3.0.
|
Gets and executes the function assigned to an implementation variable using the specified argument. |
|
|
Sets the value for an implementation variable to the specified function. |
| Version 4.4 | Generated 2025-11-08 | Home |