Packed Record TBrookMathExpressionExtension

Unit

Declaration

type TBrookMathExpressionExtension = packed record

Description

Structured type which holds the properties of a math expression extension.

Overview

Methods

Public constructor Create(AHandle: Pointer; const AIdent: MarshaledAString);

Properties

Public property HasArgs: Boolean read GetHasArgs;
Public property Args[AIndex:Integer]: Double read GetArg;
Public property Ident: string read GetIdent;
Public property Handle: Pointer read GetHandle;

Description

Methods

Public constructor Create(AHandle: Pointer; const AIdent: MarshaledAString);

Creates an instance of TBrookMathExpressionExtension.

Parameters
AHandle[in]
Math expression extension handle.
AIdent[in]
Function identifier.

Properties

Public property HasArgs: Boolean read GetHasArgs;

Indicates that extension contains arguments.

Public property Args[AIndex:Integer]: Double read GetArg;

Function argument by its index.

Public property Ident: string read GetIdent;

Function identifier.

Public property Handle: Pointer read GetHandle;

Extension handle.


Generated by PasDoc 0.16.0.