Unit 'dbf_prsdef' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl-db]

TExprWordRec

Declaration

Source position: dbf_prsdef.pas line 90

type TExprWordRec = record

  Name: PChar;

  ShortName: PChar;

  IsOperator: Boolean;

  IsVariable: Boolean;

  IsFunction: Boolean;

  NeedsCopy: Boolean;

  FixedLen: Boolean;

  CanVary: Boolean;

  ResultType: TExpressionType;

  MinArg: Integer;

  MaxArg: Integer;

  TypeSpec: PChar;

  Description: PChar;

  ExprFunc: TExprFunc;

end;


Documentation generated on: 2023-03-18