DBCValueToValue Method
Class: _DBC_Connector
This method convert DBC property value to value.
Note
This method is called automaticaly from _DBC::DBCValueToValue() if _DBC::oConnector object defined.
=
Object.DBCValueToValue
Parameter
liType
Property value type
Type Integer
Direction Input
Property value type. For retrieving type value use method _DBC::GetValueType().
lcValue
DBC property value
Type Character
Direction Input
Return value Integer/String/Boolean
If is value of liType unknown, then return value is the same as lcValue (DBC value).


See also
Expand/Collapse source code of procedure DBCValueToValue Source Code
      LPARAMETERS liType,lcValue
      * liType  - Property type
      * luValue - Property value


      RETURN lcValue