combit List & Label 30 - .NET Help
combit.Reporting Namespace / LlCore Class / LlExprFree Method

the pointer returned from the corresponding LlExprParse()



LlExprFree Method

Releases the parsing tree created by LlExprParse().

You should avoid using this function directly - the ExpressionEvaluator Class offers you a much more powerful way to work with expressions.

Syntax
'Declaration
 
Public Sub LlExprFree( _
   ByVal hExpression As IntPtr _
) 
 

Parameters

hExpression

the pointer returned from the corresponding LlExprParse()

Remarks

To avoid storage losses the function must be called when a tree returned by LlExprParse() is no longer required.

Requirements

Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
.NET: .NET Framework 4.8, .NET 6, .NET 8, .NET 9

See Also