Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in delphi

ASM/Delphi - Divide

delphi assembly divide basm

How can I descend from both TFileStream and TMemoryStream?

delphi tfilestream tstream

Delphi memory leak with pointer to TStringList

Why does C++ Builder and Delphi class names begin with the letter T?

delphi c++builder

Why shouldn't you use a handle during component creation or streaming?

delphi custom-controls sdl vcl

Convert TDateTime to Another Time Zone Regardless of Local Time Zone

delphi timezone

How to wash/validate a string to assign it to a componentname?

delphi

How to protect the source of a delphi app?

QuickReport throws "There Is No Default Printer Currently Selected" Exception

How can I pass parameters to my program when debugging?

delphi debugging

How to track number of clients with Indy TIdTCPServer

delphi indy tcpserver

Quickly moving around the IDE with a single key to search for single character (vi-like)

delphi delphi-2010

How to delete master detail records using one sql?

sql delphi delphi-7

what i can set create/last modified/last access of a file?

delphi file delphi-xe2

Delphi 5 incompatible with library

delphi delphi-5

Why does Round(-0.0066219357357) return -1?

delphi

How to install a component from .pas file in delphi?

How to use a TEdit box to enter password without showing the characters that is bing entered and only showing a *

two different versions of the same application [closed]

Should I keep this "GlobalConnection" or create connection for every query?