CheckProperties Method
Class: _DBC_Connector
This method return if DBC value valid.
Note
This method is called automaticaly from _DBC::CheckProperties() if _DBC::oConnector object defined.
=
Object.CheckProperties
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().
lcValue
DBC value
Type String
Direction Input
DBC value.
Return value Boolean
If the DBC value valid, the return value must be .T. .

If the DBC value invalid the return value must be .F. .
Example

 


  


See also
Expand/Collapse source code of procedure CheckProperties Source Code
      LPARAMETERS liIDProp,liType,lcValue
      * liIDProp   - Property ID
      * liType     - Value type
      * lcValue    - DBC value


      RETURN .T.