Packed Record TBrookMathExpressionError

Unit

Declaration

type TBrookMathExpressionError = packed record

Description

Structured type which holds the mathematical expression errors.

Overview

Methods

Public constructor Create(AHandle: Pointer);

Properties

Public property Near: Integer read GetNear;
Public property Kind: TBrookMathExpressionErrorKind read GetKind;
Public property Message: string read GetMessage;
Public property Handle: Pointer read GetHandle;

Description

Methods

Public constructor Create(AHandle: Pointer);

Creates an instance of TBrookMathExpressionError.

Parameters
AHandle[in]
Math expression error handle.

Properties

Public property Near: Integer read GetNear;

Nearby position of an error in the mathematical expression.

Public property Kind: TBrookMathExpressionErrorKind read GetKind;

Kind of an error in the mathematical expression.

Public property Message: string read GetMessage;

Description of an error in the mathematical expression.

Public property Handle: Pointer read GetHandle;

Math expression error handle.


Generated by PasDoc 0.16.0.