This method return if value valid.
Parameter
-
liIDProp
-
Property ID
Type |
Integer |
Direction |
Input |
Property ID. For a list of properties, see _DBC::EnumProperty().
-
liType
-
Value type
Type |
Integer |
Direction |
Input |
Value type. For retrieving type value use method _DBC::GetValueType().
-
luValue
-
Value
Type |
Integer/String/Number/Boolean |
Direction |
Input |
Value.
If the value valid, the return value must be .T.
.
If the value invalid the return value must be .F.
.
Source Code
LPARAMETERS liIDProp,liType,luValue
* liIDProp - Property ID
* liType - Value type
* luValue - Value
* 1) check type
* 2) check interval
* 4) return .T. is value valid or .F. is invalid
RETURN .T.