Packed Record TBrookMathExpressionExtension
Unit
Declaration
type TBrookMathExpressionExtension = packed record
Description
Structured type which holds the properties of a math expression extension.
Overview
Methods
![]() |
constructor Create(AHandle: Pointer; const AIdent: MarshaledAString); |
Properties
![]() |
property HasArgs: Boolean read GetHasArgs; |
![]() |
property Args[AIndex:Integer]: Double read GetArg; |
![]() |
property Ident: string read GetIdent; |
![]() |
property Handle: Pointer read GetHandle; |
Description
Methods
![]() |
constructor Create(AHandle: Pointer; const AIdent: MarshaledAString); |
Creates an instance of Parameters
|
Properties
![]() |
property HasArgs: Boolean read GetHasArgs; |
Indicates that extension contains arguments. |
![]() |
property Args[AIndex:Integer]: Double read GetArg; |
Function argument by its index. |
![]() |
property Ident: string read GetIdent; |
Function identifier. |
![]() |
property Handle: Pointer read GetHandle; |
Extension |
Generated by PasDoc 0.16.0.