TExprGridVariable Class

Source: MtxParseClass.cs · Assembly: Dew.Math

public class TExprGridVariable

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
ColsInt32Specifies column count of the grid object.
ImFormatStringSpecifies formating for imaginary part f complex numbers.
LengthInt32Returns 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.
ReFormatStringSpecifies formating for real numbers and real part of complex numbers.
RowsInt32Specifies row count of the grid object.
ScientificBooleanSpecifies formating of real and complex numbers to use full scientific notation (1.2313E+20 for example).

Events

NameDescription
OnGetValueEventEvent triggered when value of an external structure is to be fetched from.
OnSetValueEventEvent triggered when value of an external structure is to be set.