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

TFunction

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: dbf_prsdef.pas line 356

type TFunction = class(TExprWord)

protected

  function GetDescription; override;

  function GetIsOperator; override;

  function GetMinFunctionArg; override;

  function GetMaxFunctionArg; override;

  function GetResultType; override;

  function GetTypeSpec; override;

  function GetShortName; override;

  procedure InternalCreate();

public

  constructor Create();

  constructor CreateOper();

  function IsFunction; override;

  property OperPrec: Integer; [r]

  property TypeSpec: AnsiString; [r]

end;

Inheritance

TFunction

|

TExprWord

|

TObject


Documentation generated on: 2025-07-25