Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in delphi

Strings and high memory usage

delphi

How can I stop forms from opening on Delphi IDE startup

delphi delphi-2007

Keyboard hook to look for F12 with delphi

delphi setwindowshookex

Can a C++ Header file with classes be converted to a Delphi unit?

c++ delphi header-files

How to check which character sets (codepages) font supports (has letters for)?

How to convert Delphi TDateTime to String with microsecond precision

delphi datetime

Are interface methods always virtual?

class delphi interface virtual

Delphi correct use of tasks

delphi

Must free TRegEx object after TRegEx.Create?

Delphi: breaking record parameter down into fields

Can I use a set type as an array index?

arrays delphi set type-safety

How do I read integers from big-endian binary file if Windows/Delphi/IDE implies little-endian order?

delphi delphi-7 endianness

Find the Minimum Positive Value

How can I find the size of the memory referenced by a pointer?

How do I call Delphi functions in a bpl from an executable?

delphi bpl

Pre-sorting analysis algorithm?

How do I draw zoomed text without changing effective text width?

delphi winapi

Is it possible to paint on scrollbars?

delphi winapi scrollbar

How do I deploy applications in run as administrator mode?

windows delphi deployment uac

What is the "identity pointer" before a TTypeInfo there for?

delphi pointers rtti internals