Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in delphi

I have two units and a class in each unit that need each other to function. How do I avoid a circular reference?

delphi delphi-xe2

Delphi XE8 and Fatal Error F2039

delphi delphi-xe8

Check is TScrollBox scrollbars are actually visible

delphi tscrollbox

Is there a keyboard shortcut to switch between object inspector and form designer?

Get the Percentage of Total CPU Usage

How to detect a click on the CheckBox in the TListView

PostMessage for all instances of a specific form (ClassName):

delphi delphi-10.1-berlin

Graphic rotated with GDI+ appears bigger than the original

delphi rotation gdi+ scaling

Why I can't pass 'Child' class instance when switching parameter type from 'const' to 'var' in 'overloaded' method

delphi delphi-10.2-tokyo

Delphi 10.2 - How to remove the Upcoming Events panel from the Welcom Page?

delphi delphi-10.2-tokyo

Any complete library for Jabber in Delphi?

delphi xmpp

How can I set and restore FPU CTRL registers?

.net delphi fpu ctrl

Preferred way to keep control centered on resize

delphi vcl

Converting an array of bytes to an array of floats

java delphi arrays

Delphi - Using the TApplicationEvents OnShortCut event to detect Alt+C key presses

delphi vcl

Does somebody know the current status of Graphics32?

How to add new project template to Delphi

converting TForm win32 app to Win7 gadget (delphi)

What principles should be followed to make a DLL created using Delphi works well in other Delphi version?

delphi dll

Can I create an object of the same type as itself?

delphi