JCL Help:TExprNodeFactory.LoadVar@PFloat32

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Overloaded declarations for auto-selection of correct function in code.


Pascal

 public function LoadVar(ALoc: PFloat32): TExprNode; overload;
public function LoadVar(ALoc: PFloat64): TExprNode; overload;
public function LoadVar(ALoc: PFloat80): TExprNode; overload;
public function LoadConst(AValue: TFloat32): TExprNode; overload;
public function LoadConst(AValue: TFloat64): TExprNode; overload;
public function LoadConst(AValue: TFloat80): TExprNode; overload;


Description

These functions should auto-select the correct function for the input variable in code, making it more maintainable.


About

Donator

Barry Kelly


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page