Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in delphi

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

Can you make a Borderless Application Main Window in Windows, without WS_POPUP style?

delphi winapi visual-c++

How can I call an Oracle function from Delphi?

oracle delphi function

Project directory structure with 3rd party components

How i can implement a IsKeyPressed function in a delphi console application?

delphi

How to passing a nil value in a in parameter of procedure of object type

How can I convert this XOR-encryption function from Delphi to C#?

c# delphi encryption

How to fix procedure circular reference?