Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in delphi

Are const record arguments put on the stack?

delphi stack

How to get the ID of the last record inserted in SQLite with Delphi 10?

sqlite delphi firemonkey

Is there any way to get the class name of an old style (Borland Pascal) object instance in Delphi 7?

delphi rtti

Can not assign char array to string in Delphi 10.2

Delphi - Icon of compiled EXE is wrong and cannot be changed

Delphi reboot Windows

delphi

Accessing the first byte AFTER a Delphi record, class etc. from assembly routine

delphi assembly record

Delphi resources for existing .NET developer

delphi

Prevent implicit import of units in Delphi packages

Change today's date, advancing one month and setting the systemtime

delphi datetime

Correct way to maximize form in delphi (without caption)

delphi winapi

Delphi 2009 RawByteString vagaries

Howto cast pointer to generic parameter type?

Virtual Library Interfaces for Delphi/Win32?

delphi

How to "scan" the full list of currently-installed VCL components

delphi class ide components vcl

how to make a screen saver preview in Delphi?

delphi screensaver

How do I send e-mail using Gmail's SMTP and Indy 10?

delphi ssl gmail indy

SOAP inconsistency? Delphi 2010 (Win32) Server and .NET Client swapping 'out-parameter' and 'result'

Get ready for Delphi 2009 and up when developing with Delphi 7?

delphi unicode

Can threads safely read variables set by VCL events?

multithreading delphi