New in version 6.2.0


  • Form Builder

    • Fix: save/load multiline text properties in form file.
    • Fix: export multiline text properties in form header file.
    • Fix: export image and image list properties in form header file.
    • Fix: export Kind property of TrackBar control in form header file.
    • Fix: add missing events of MainMenu and PopupMenu to event editor.
    • Fix: item adding order of MainMenu and PopupMenu controls in form header file.
    • Fix: inability to select item from dropdown in property and event editors if dropdown is opened to the top direction and the list is out of editor area.
    • Fix: sometimes controls which can not be placed onto a form directly could be placed on it in the Form Builder.
  • Added

  • Fixed

    • Multiline string encoding and decoding in json_encode and json_decode functions.
    • setData() method of TBitmap.
    • Convertion to ANSI and Unicode string of Variant returns empty string if its type is pointer and value is nullptr.
    • Hotkeys processing in CForm. Alt and Shift keys where switched and thus hotkey combinations with these keys didn't work.
    • Freezing server on client disconnect in TCPServer component.

Migration from previous version

This release mainly provides fixes and you don't need to change anything in your code.