Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in delphi

How can I generate continuous tones of varying frequencies?

delphi winapi audio c++builder

Firemonkey to iPhone

How can I enable DEP/NX and ASLR on a Delphi 2006 or earlier executable?

delphi c++builder

How can I call a 32-bit DLL from 64-bit code?

SetWindowsHookEx creates a local hook. How to make it global?

Why isn't the size of a record equal to the sum of the sizes of its fields?

delphi sizeof

What does Fxxx private class name prefix convention came from?

delphi

TParallel.For performance

Why is there a performance penalty for nested subroutines in Delphi?

delphi

Using Delphi's message keyword handler syntax with variable constants?

delphi

Best Shareware lock for Delphi Win32 [closed]

How do I handle Ctrl+C in a Delphi console application?

delphi console

Repeated setters logic in Delphi

delphi pascal delphi-2006

How to get motherboard id or serial number in Delphi?

How to create a kiosk-like UI, so that the user can never exit from it or switch to another application?

delphi kiosk-mode

Has any one used CrossKylix for real Cross-platform development?

Delphi: Is there a tool that can remove conditional directives for particular conditional symbols?

delphi

TTrackBar with custom positions?

delphi delphi-7 trackbar

How to force a focus on a component before the Form is shown

delphi focus setfocus

What does `type` keyword actually means when used in a type definition? [duplicate]

delphi types keyword