Jump to content

David Heffernan

Members
  • Content Count

    3710
  • Joined

  • Last visited

  • Days Won

    185

Everything posted by David Heffernan

  1. Your code might appear to work on D7 but that's by chance. What I'm surprised at is why anyone is still talking about this. Who cares. Why do people want to work out what happens whe calling conventions don't match.
  2. This is wrong on D7 too. Don't believe everything you read.
  3. Are you setting every field in st? Looks like you didn't set DayOfWeek. It's a Wednesday, the 12th June. Doesn't seem worthwhile calling StrToDateTime and the DecodeDateTime when you can just set the fields directly.
  4. David Heffernan

    Product: Delphi Parser - AI claims - what does it mean?

    Isn't this just grep?
  5. David Heffernan

    Newbie Question - VCL Object Rename

    You use variables which contain references to them.
  6. David Heffernan

    Newbie Question - VCL Object Rename

    Another good reason not to write code which depends on the string name of objects.
  7. David Heffernan

    F2047 Circular unit reference.

    Interfaces and callbacks might be the solution, but I'm always very sceptical of people who will tell you the solution to a problem that hasn't been clearly stated.
  8. David Heffernan

    F2047 Circular unit reference.

    Hard to answer without seeing how the classes and types are defined
  9. David Heffernan

    Delphi and "Use only memory safe languages"

    You are trolling here right?
  10. David Heffernan

    Showing TMenuItem icons at design time in the IDE

    This entire thread is utterly pointless. Just submit a feature request. Yapping here won't change anything. Or are you just here for the yapping?
  11. David Heffernan

    Showing TMenuItem icons at design time in the IDE

    Submit a feature request
  12. David Heffernan

    Why does IDE require UAC elevation when starting?

    Right click on bds.exe and check what its compat settings are too
  13. David Heffernan

    What do you think of "Local Global variables"

    I'm not sure that this is true.
  14. David Heffernan

    What do you think of "Local Global variables"

    My opinions are independently formed though
  15. David Heffernan

    What do you think of "Local Global variables"

    Not is the containing structured type is declared in the implementation section
  16. David Heffernan

    What do you think of "Local Global variables"

    Types can be declared inside structured types.
  17. David Heffernan

    What do you think of "Local Global variables"

    Exit, Break and Continue are all good. No problem with them being used properly. These local variables that are shared between local functions are very different because they tend to have larger scope that is harder to manage.
  18. David Heffernan

    What do you think of "Local Global variables"

    I always prefer to pass parameters because it makes it much clearer what the input/output of the function is. Usually the so called convenience you refer to just leads to obfuscation.
  19. David Heffernan

    Drag and DPR

    I honestly can't make any sense of this text. Is it just me?
  20. David Heffernan

    Possible Delphi 12.1 inheritance bug, could someone test also

    IDE form designer has been doing this sort of thing for over a decade with VFI
  21. David Heffernan

    Convert Visual Studio 2012 code to Delphi

    Guys, he just wants somebody to convert the code ASAP!!
  22. David Heffernan

    Convert Visual Studio 2012 code to Delphi

    This isn't the place to hire programmers is it
  23. David Heffernan

    Convert Visual Studio 2012 code to Delphi

    It seems unlikely that somebody will write your program for you. Why don't you pay a programmer to do it?
  24. David Heffernan

    Convert Visual Studio 2012 code to Delphi

    Doesn't seem like you want help. It seems like you want somebody to do it. I definitely recommend getting a programmer involved.
  25. David Heffernan

    Convert Visual Studio 2012 code to Delphi

    Maybe you need to get a programmer on your team?
×