Jump to content

Dmitry Arefiev

Members
  • Content Count

    174
  • Joined

  • Last visited

  • Days Won

    4

Dmitry Arefiev last won the day on January 15 2023

Dmitry Arefiev had the most liked content!

Community Reputation

105 Excellent

5 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. Dmitry Arefiev

    Get Class Properties by ClassName

    v_Context.FindType('FireDAC.Phys.PGDef.TFDPhysPGConnectionDefParams')
  2. Yes, it is. Did you read about "...::type" syntax ?
  3. https://docwiki.embarcadero.com/RADStudio/Athens/en/Using_SQLite_with_FireDAC#Adjusting_FireDAC_Mapping
  4. What is your Windows version ?
  5. var s: ssShift .. ssHorizontal; or upgrade to Delphi 12 and use TShiftStateItem.
  6. Can you share the URL and request ?
  7. Dmitry Arefiev

    FireDac PostgreSQL Parameters

    Please read my comment above.
  8. Dmitry Arefiev

    FireDac PostgreSQL Parameters

    https://www.postgresql.org/docs/current/sql-do.html
  9. This is about Firebird, but is equally applicable to InterBase: https://www.firebirdfaq.org/faq29/
  10. InterBase does not support "AUTO_INCREMENT".
  11. Dmitry Arefiev

    When was TStringHelper introduced?

    TStringHelper appeared in System.SysUtils in XE3. From beginning it had Split method.
  12. Dmitry Arefiev

    Memory leak on TParallel.For

    What is the Delphi version ?
  13. Dmitry Arefiev

    How to use FireDAC TFDMetaInfoQuery component?

    Please, show your code to query meta-data
  14. Please show the code for one "procedure SetAsGuidArray(SourceItems: TArray<TGuid>); " as an example
  15. How pp_lfopen is defined in header file ?
×