Source position: dbf_prsdef.pas line 68
type TExpressionRec = record |
Oper: TExprFunc; |
Next: PExpressionRec; |
Res: TDynamicType; |
ExprWord: TExprWord; |
AuxData: pointer; |
ResetDest: Boolean; |
WantsFunction: Boolean; |
Args: array [0..MaxArg-1] of PChar; |
ArgsPos: array [0..MaxArg-1] of PChar; |
ArgsSize: array [0..MaxArg-1] of Integer; |
ArgsType: array [0..MaxArg-1] of TExpressionType; |
ArgList: array [0..MaxArg-1] of PExpressionRec; |
end; |