TExprGridVariable Class

Header: Dew.Math/MtxParseClass.h · Cross-compiler
tObjectTExprGridVariable

class TExprGridVariable : public tObject;

Custom variable object type.

Define TExprGridVariable object with TValueRec.DefineCustomValue. The object provides callbacks used when reading or writing to the variable. These callbacks can be used for example to read and write from a string grid or to some external large storage.

Properties

NameTypeDescription
ColsintSpecifies column count of the grid object.
ImFormatDewStringSpecifies formating for imaginary part f complex numbers.
LengthintReturns total number of values.
OnGetValueTExprGridGetProcEvent triggered when value of an external structure is to be fetched from.
OnSetValueTExprGridSetProcEvent triggered when value of an external structure is to be set.
ReFormatDewStringSpecifies formating for real numbers and real part of complex numbers.
RowsintSpecifies row count of the grid object.
ScientificboolSpecifies formating of real and complex numbers to use full scientific notation (1.2313E+20 for example).