⟩ What is COMP-1 and COMP-2?
COMP-1 - Single precision floating point. It uses 4 bytes.
COMP-2 - Double precision floating point. It uses 8 bytes.
COMP-1 - Single precision floating point. It uses 4 bytes.
COMP-2 - Double precision floating point. It uses 8 bytes.
Where can I get a copy of Delphi?
What is the history of Delphi?
Can we write multi-user database applications in regular Delphi?
Do I have to understand object-oriented programming to use Delphi?
Do I have to know a lot about the Windows API to use Delphi?
How can I manipulate data programatically?
How do I write a change password function for a Paradox table?
How does Delphis exception handling work?
Why do I get compile errors acessing the Sender object in events?
Why do I get exception messages even though I am in protected code?