Jump to content

dts

Members
  • Content Count

    2
  • Joined

  • Last visited

Posts posted by dts


  1. Hello. I want to see variable hints in debug mode. With English characters, hints appear in their proper places. Everything shifts in other languages. The cursor is over one variable and the tooltip comes from another variable.
    procedure TForm1.FormCreate(Sender: TObject);
     const
      મોટી_શરૂઆત: TDateTime = 43866.08334;
    begin
     var
      વીતેલા_દિવસોની_સંખ્યા := DaysBetween(Now,મોટી_શરૂઆત);
    end;

    Are there ways to fix this?

    Delphi.png

×