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.
RetVal
=
Object.DBCValueToValue
(
liType
,
lcValue
)
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
_DBC::DBCValueToValue()
|
_DBC::GetValueType()
|
_DBC::oConnector
Source Code
LPARAMETERS
liType
,
lcValue
* liType - Property type
* luValue - Property value
RETURN
lcValue
© 08.08.2005 Martin Jindra