You are here: Symbol Reference > MtxParseClass Namespace > Structs, Records, Enums > MtxParseClass.TExprValueType Enumeration
MtxVec VCL
ContentsIndex
PreviousUpNext
MtxParseClass.TExprValueType Enumeration
Pascal
TExprValueType = ( vtUndefined = 0, vtDoubleValue = 1, vtRangeValue = 2, vtString = 3, vtComplexValue = 4, vtVectorValue = 5, vtIntegerValue = 6, vtIntVectorValue = 7, vtIntMatrixValue = 8, vtBoolValue = 9, vtBoolVectorValue = 10, vtBoolMatrixValue = 11, vtMatrixValue = 12, vtStringListValue = 13, vtCustomValue = 14 );
Members 
Description 
vtUndefined 
Undefined value. 
vtDoubleValue 
Double value. 
vtRangeValue 
Range 
vtString 
String. 
vtComplexValue 
Complex value. 
vtVectorValue 
Vector. 
vtIntegerValue 
Integer 
vtIntVectorValue 
Int vector 
vtIntMatrixValue 
Int Matrix 
vtBoolValue 
Bool. 
vtBoolVectorValue 
Bool vector. 
vtBoolMatrixValue 
Bool matrix. 
vtMatrixValue 
Matrix. 
vtStringListValue 
List of strings. 
vtCustomValue 
Custom object. 

Defines TValueRec value type.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!