Record TExprWordRec
Unit
Declaration
type TExprWordRec = record
Description
This item has no description.
Overview
Fields
| Public | Name: PChar; |
| Public | ShortName: PChar; |
| Public | IsOperator: Boolean; |
| Public | IsVariable: Boolean; |
| Public | IsFunction: Boolean; |
| Public | NeedsCopy: Boolean; |
| Public | FixedLen: Boolean; |
| Public | CanVary: Boolean; |
| Public | ResultType: TExpressionType; |
| Public | MinArg: Integer; |
| Public | MaxArg: Integer; |
| Public | TypeSpec: PChar; |
| Public | Description: PChar; |
| Public | ExprFunc: TExprFunc; |
Description
Fields
| Public | Name: PChar; |
|
This item has no description. | |
| Public | ShortName: PChar; |
|
This item has no description. | |
| Public | IsOperator: Boolean; |
|
This item has no description. | |
| Public | IsVariable: Boolean; |
|
This item has no description. | |
| Public | IsFunction: Boolean; |
|
This item has no description. | |
| Public | NeedsCopy: Boolean; |
|
This item has no description. | |
| Public | FixedLen: Boolean; |
|
This item has no description. | |
| Public | CanVary: Boolean; |
|
This item has no description. | |
| Public | ResultType: TExpressionType; |
|
This item has no description. | |
| Public | MinArg: Integer; |
|
This item has no description. | |
| Public | MaxArg: Integer; |
|
This item has no description. | |
| Public | TypeSpec: PChar; |
|
This item has no description. | |
| Public | Description: PChar; |
|
This item has no description. | |
| Public | ExprFunc: TExprFunc; |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.