Record TExpressionRec
Unit
Declaration
type TExpressionRec = record
Description
This item has no description.
Overview
Fields
| Public | Oper: TExprFunc; |
| Public | Next: PExpressionRec; |
| Public | Res: TDynamicType; |
| Public | ExprWord: TExprWord; |
| Public | AuxData: pointer; |
| Public | ResetDest: boolean; |
| Public | WantsFunction: boolean; |
| Public | Args: array[0..MaxArg-1] of PChar; |
| Public | ArgsPos: array[0..MaxArg-1] of PChar; |
| Public | ArgsSize: array[0..MaxArg-1] of Integer; |
| Public | ArgsType: array[0..MaxArg-1] of TExpressionType; |
| Public | ArgList: array[0..MaxArg-1] of PExpressionRec; |
Description
Fields
| Public | Oper: TExprFunc; |
|
This item has no description. | |
| Public | Next: PExpressionRec; |
|
This item has no description. | |
| Public | Res: TDynamicType; |
|
This item has no description. | |
| Public | ExprWord: TExprWord; |
|
This item has no description. | |
| Public | AuxData: pointer; |
|
This item has no description. | |
| Public | ResetDest: boolean; |
|
This item has no description. | |
| Public | WantsFunction: boolean; |
|
This item has no description. | |
| Public | Args: array[0..MaxArg-1] of PChar; |
|
This item has no description. | |
| Public | ArgsPos: array[0..MaxArg-1] of PChar; |
|
This item has no description. | |
| Public | ArgsSize: array[0..MaxArg-1] of Integer; |
|
This item has no description. | |
| Public | ArgsType: array[0..MaxArg-1] of TExpressionType; |
|
This item has no description. | |
| Public | ArgList: array[0..MaxArg-1] of PExpressionRec; |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.