company logo

PropertyHandle :: SetValue - Set Value

The function can be called in order to change the value a property handle. The function works similar as the =-operator (assignment operator).

Return value:  Result property handle (   )

Reference to the property handle that contains the result of an operation (usually the calling property handle).

Implementation overview

Implementation details

  1. - internal feature (not documented)
    PropertyHandle & PropertyHandle  :: SetValue ( BBuffer &cnbuffer, logical check_update=YES )
    • cnbuffer - - internal feature (not documented)
    • check_update - Check update

      When this option is set to true, the function checks, whether the property can be updated or not. Otherwise, the value is set without checking.

      Default: YES
  2. to list
  3. - internal feature (not documented)
    PropertyHandle & PropertyHandle  :: SetValue ( int64 int64_val, logical check_update=YES )
    • int64_val - 64 bit integer value
    • check_update - Check update

      When this option is set to true, the function checks, whether the property can be updated or not. Otherwise, the value is set without checking.

      Default: YES
  4. to list
  5. - internal feature (not documented)
    PropertyHandle & PropertyHandle  :: SetValue ( logical logval, logical check_update=YES )
    • logval - Logical value

      Is a logical (bool) value.

    • check_update - Check update

      When this option is set to true, the function checks, whether the property can be updated or not. Otherwise, the value is set without checking.

      Default: YES
  6. to list
  7. - internal feature (not documented)
    PropertyHandle & PropertyHandle  :: SetValue ( char *cstring, logical check_update=YES, logical conv_opt=NO )
    • cstring - C string

      Usually, the string has to be 0-terminated, but there might be exceptions.

    • check_update - Check update

      When this option is set to true, the function checks, whether the property can be updated or not. Otherwise, the value is set without checking.

      Default: YES
    • conv_opt - Data conversion required Default: NO
  8. to list
  9. - internal feature (not documented)
    PropertyHandle & PropertyHandle  :: SetValue ( NString &cnstring, logical check_update=YES, logical conv_opt=NO )
    • cnstring - String containing the text
    • check_update - Check update

      When this option is set to true, the function checks, whether the property can be updated or not. Otherwise, the value is set without checking.

      Default: YES
    • conv_opt - Data conversion required Default: NO
  10. to list
  11. - internal feature (not documented)
    PropertyHandle & PropertyHandle  :: SetValue ( PropertyHandle &cprop_hdl, logical check_update=YES )
    • cprop_hdl - Property Handle
    • check_update - Check update

      When this option is set to true, the function checks, whether the property can be updated or not. Otherwise, the value is set without checking.

      Default: YES
  12. to list
  13. - internal feature (not documented)
    PropertyHandle & PropertyHandle  :: SetValue ( utf16char *utfstr_c, logical check_update=YES, logical conv_opt=NO )
    • utfstr_c - - Title unknown
    • check_update - Check update

      When this option is set to true, the function checks, whether the property can be updated or not. Otherwise, the value is set without checking.

      Default: YES
    • conv_opt - Data conversion required Default: NO
  14. to list
  15. - internal feature (not documented)
    PropertyHandle & PropertyHandle  :: SetValue ( dbdt date_val, logical check_update=YES )
    • date_val - Date value

      The data value is passed in the internal data format.

    • check_update - Check update

      When this option is set to true, the function checks, whether the property can be updated or not. Otherwise, the value is set without checking.

      Default: YES
  16. to list
  17. - internal feature (not documented)
    PropertyHandle & PropertyHandle  :: SetValue ( double dbl_value, logical check_update=YES )
    • dbl_value - Double value

      A double value is a 64 bit floating number.

    • check_update - Check update

      When this option is set to true, the function checks, whether the property can be updated or not. Otherwise, the value is set without checking.

      Default: YES
  18. to list
  19. - internal feature (not documented)
    PropertyHandle & PropertyHandle  :: SetValue ( float float_val, logical check_update=YES )
    • float_val - Float value

      Float values are 32 bit floating numbers.

    • check_update - Check update

      When this option is set to true, the function checks, whether the property can be updated or not. Otherwise, the value is set without checking.

      Default: YES
  20. to list
  21. - internal feature (not documented)
    PropertyHandle & PropertyHandle  :: SetValue ( int32 long_val, logical check_update=YES )
    • long_val - Integer value

      The value is passed as platform independent 32-bit integer value.

    • check_update - Check update

      When this option is set to true, the function checks, whether the property can be updated or not. Otherwise, the value is set without checking.

      Default: YES
  22. to list
  23. - internal feature (not documented)
    PropertyHandle & PropertyHandle  :: SetValue ( int16 short_val, logical check_update=YES )
    • short_val - short_val - Title unknown
    • check_update - Check update

      When this option is set to true, the function checks, whether the property can be updated or not. Otherwise, the value is set without checking.

      Default: YES
  24. to list
  25. - internal feature (not documented)
    PropertyHandle & PropertyHandle  :: SetValue ( int8 int8_val, logical check_update=YES )
    • int8_val - - internal feature (not documented)
    • check_update - Check update

      When this option is set to true, the function checks, whether the property can be updated or not. Otherwise, the value is set without checking.

      Default: YES
  26. to list
  27. - internal feature (not documented)
    PropertyHandle & PropertyHandle  :: SetValue ( dbtm time_val, logical check_update=YES )
    • time_val - Time value

      The time value is passed in the internal data format.

    • check_update - Check update

      When this option is set to true, the function checks, whether the property can be updated or not. Otherwise, the value is set without checking.

      Default: YES
  28. to list
  29. - internal feature (not documented)
    PropertyHandle & PropertyHandle  :: SetValue ( dttm datetime_val, logical check_update=YES )
    • datetime_val - Date time value
    • check_update - Check update

      When this option is set to true, the function checks, whether the property can be updated or not. Otherwise, the value is set without checking.

      Default: YES
  30. to list
  31. - internal feature (not documented)
    PropertyHandle & PropertyHandle  :: SetValue ( uint64 uint64_val, logical check_update=YES )
    • uint64_val - - internal feature (not documented)
    • check_update - Check update

      When this option is set to true, the function checks, whether the property can be updated or not. Otherwise, the value is set without checking.

      Default: YES
  32. to list
  33. - internal feature (not documented)
    PropertyHandle & PropertyHandle  :: SetValue ( uint32 ulong_val, logical check_update=YES )
    • ulong_val - ulong_val - Title unknown
    • check_update - Check update

      When this option is set to true, the function checks, whether the property can be updated or not. Otherwise, the value is set without checking.

      Default: YES
  34. to list
  35. - internal feature (not documented)
    PropertyHandle & PropertyHandle  :: SetValue ( uint16 ushort_val, logical check_update=YES )
    • ushort_val - ushort_val - Title unknown
    • check_update - Check update

      When this option is set to true, the function checks, whether the property can be updated or not. Otherwise, the value is set without checking.

      Default: YES
  36. to list