Packed Record TBrookMathExpressionError
Unit
Declaration
type TBrookMathExpressionError = packed record
Description
Structured type which holds the mathematical expression errors.
Overview
Methods
constructor Create(AHandle: Pointer); |
Properties
property Near: Integer read GetNear; |
|
property Kind: TBrookMathExpressionErrorKind read GetKind; |
|
property Message: string read GetMessage; |
|
property Handle: Pointer read GetHandle; |
Description
Methods
constructor Create(AHandle: Pointer); |
|
Creates an instance of Parameters
|
Properties
property Near: Integer read GetNear; |
|
Nearby position of an error in the mathematical expression. |
property Kind: TBrookMathExpressionErrorKind read GetKind; |
|
|
property Message: string read GetMessage; |
|
Description of an error in the mathematical expression. |
property Handle: Pointer read GetHandle; |
|
Math expression error |
Generated by PasDoc 0.16.0.