CanTranslate
TheCanTranslatemethod indicates whether translation is possible from the specified value type.
ODTranslateResult CanTranslate (in ODValueType fromType);
fromType- The type of data to be translated.
- return value
- The result of the translation. The return value is one of the following:
kODCanTranslateorkODCannotTranslate.DISCUSSION
The return valuekODCanTranslateindicates that translation is allowed with the specified type. The return valuekODCannotTranslateindicates that translation is not allowed with the specified type.Your part calls this method to determine if translation facilities are available for a particular value type.
SEE ALSO
TheODTranslateResulttype (page 920).
TheODValueTypetype (page 904).