New in version 10.1.0


You can find information about existing projects upgrading in the article Upgrade project.

  • Form Builder

    • Fix: incorrect layout of modal property handlers was used when multiple forms were opened in Visual Studio.
    • Fix: the same property handler instance was used for all forms in Visual Studio.
    • Fix: attempt to close already closed form in Visual Studio.
    • Fix: display mask in Mask property handler in dialog box mode.
    • Improvement: Form Builder shows renderer initialization status (fail reason) in case of its initialization is failed and nothing can be drawn.
  • Improved

    • All widgets draw themselves using new IRenderer drawing methods now.
  • Added

  • Changed

    • IPackage methods for property handlers return IPackagePropertyHandler instead of IPropertyHandler now.
    • IEditor methods for property handlers return IPackagePropertyHandler instead of IPropertyHandler now.
  • Renamed

    • BinToNumber() function has been renamed to BinToByte() and its result type is also changed.
    • OctToNumber() function has been renamed to OctToByte() and its result type is also changed.
    • HexToNumber() function has been renamed to HexToByte() and its result type is also changed.