Difference between revisions of "Extensions.DiagDataBrowsingPlus.TextTableElement"
Jump to navigation
Jump to search
(Created page with "{{DISPLAYTITLE:Data Type '''TextTableElement'''}}Category:DataTypeCategory:DiagDataBrowsingPlus == Classification == {{ClassificationDataType | TextTableElement | Is a...") |
(No difference)
|
Revision as of 10:51, 6 September 2018
Classification
| Name | TextTableElement |
| Short Description | Is an instance of the MCDTextTableElement interface |
| Class | - |
| Base Data Type | Complex Data Type |
| Default Value | Empty |
| Provide a Literal | No |
| SpecifiedBy | ISO 13209-3 |
| Standard Compliant | Yes |
Description
TextTableElement is an instance of the MCDTextTableElement interface. It provides the meta information of one element of a TextTable. It inherits from DbObject. The not existing properties like short name etc. always return an empty string.
Core Conversion
The following table shows the rules for conversion to another data type:
| Conversion | Result | Sample |
| ToBoolean | Undefined (should not be used) | |
| ToInteger | Undefined (should not be used) | |
| ToFloat | Undefined (should not be used) | |
| ToString | Returns the LongName of the MCDTextTableElement (LongName is mandatory). | String s = ToString(TextTableElementVariable); // Returns the LongName of the MCDTextTableElement. |
| ToByteField | Undefined (should not be used) |