Jump to content

BerndS

Members
  • Content Count

    3
  • Joined

  • Last visited

Everything posted by BerndS

  1. BerndS

    wuppdi Welcome Page for Delphi 11 Alexandria?

    Hello, is it possible to disable the many OutputDebugString messages in the next version? DWP: tvProjectsCustomDraw Begin DWP: tvProjectsCustomDraw End DWP: paListViewResize Begin DWP: TWPFileNotifier.FileNotification ofnFileClosing: etc.
  2. BerndS

    How do I execute code after FormShow ?

    I usually use for this: TThread.ForceQueue(nil, FormProcName, 1);
  3. chr(11200) What do you expect Delphi to make of chr(11200). Everything not between #0 to #255 then becomes a "?".
×