Jump to content

Lajos Juhász

Members
  • Content Count

    1063
  • Joined

  • Last visited

  • Days Won

    15

Lajos Juhász last won the day on May 8

Lajos Juhász had the most liked content!

Community Reputation

319 Excellent

2 Followers

Technical Information

  • Delphi-Version
    Delphi 12 Athens

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Lajos Juhász

    TForm to TForm communication

    Calling a method of the target form?
  2. Lajos Juhász

    Problem with Calculated fields in a TFDQuerry

    First of all, DBGrid is not a dataset, it is a component that displays data. How should a component know if and when the field value must be calculated again and cannot use the cached value? On the other hand you can use fkInternalCalc (caches) stores the calculated values https://docwiki.embarcadero.com/Libraries/Athens/en/Data.DB.TFieldKind.
  3. CaretPositionProp is not nil, however when invoking the GetValyue in CaretPositionProp.GetValue self is an Inaccessible value: FMX.Memo.TCustomMemo.GetCaretPosition :00cfcac8 RawInvoke + $40 System.Rtti.RawInvoke(???,???) :00cfcead Invoke + $249 System.Rtti.Invoke(nil,(),???,???,True,True) :00cf5689 TRttiInstanceProperty.DoGetValue + $DD System.Rtti.TRttiInstanceProperty.DoGetValue(???) :00cf54ae TRttiProperty.GetValue + $26 Since it is pointing to an invalid address the Access Violation is when the code tries to execute Model.CaretPosition.
  4. Lajos Juhász

    certificate error

    Using Chrome there is still no warning. I got the warning using FireFox.
  5. Lajos Juhász

    certificate error

    Use Google Chrome, no error messages.
  6. Lajos Juhász

    May patch

    If you are using a standard windows user then you must start the IDE elevated in order to have a chance to verify which patches are installed.
  7. Lajos Juhász

    ToolBar just knoledg

    You see he images because the IDE will copy paste the reference to the imagelist on the DM. The compiler will find the DM containing the pictures and will show them. You can save the form, close all the projects and open the form the IDE will remove the reference to the datamodule and you will not see the pictures anymore.
  8. This also fails in XE5 and 11.2.
  9. Lajos Juhász

    Custom Time format in TDBGrid

    FireDAC is using the meta information from the connection library to determine the data types. You can try to use cast to change the data type for the field in your test application.
  10. Lajos Juhász

    Exception not caught

    The version also matters since it was changed for version 12. https://dalijap.blogspot.com/2023/09/coming-in-delphi-12-disabled-floating.html
  11. Lajos Juhász

    Delphi apps on ARM CPU?

    It was not humorous, that what Embarcadero did communicate about the platforms and the way they do releases. The same was with the 64-bit IDE. For years it was a side project that they were testing. Then when some databases stopped shipping 32-bit client libraries they have decided it is time to ship a half-baked solution....
  12. Lajos Juhász

    Delphi apps on ARM CPU?

    Yes, they will support it ASAP when they think it is good idea.
  13. Lajos Juhász

    Recommended string format to work with UTF-8 databases

    There is no TUnicodeStringField this is from the Delphi Unicode Migration (https://www.embarcadero.com/images/dm/technical-papers/delphi-unicode-migration.pdf😞 While this update makes the reading and writing of Unicode data in the TField classes consistent with the UnicodeString data type, and eliminates some potential data conversion issues, some of the class and member names in the TDataSet arena remain confusing. For example, there is no TUnicodeStringField type, and the TStringField class still stores its value as an AnsiString value. If you want a Unicode TField, you use TWideStringField (which, as mentioned in the preceding paragraph, is stored as a UnicodeString in Delphi 2009 and later).
  14. Lajos Juhász

    TTaskDialogs not working with Delphi Styles

    Even if anyone from Embarcadero will ever read this there is a low chance that they will do anything based on a forum post. They have an official channel for bug reports.
  15. Lajos Juhász

    Delphi 12.3 is available

    Yes you can, but can not use the 32 bit IDE if the database has only 64 bit client library to test SQL statements, create fields in the designer.
×