Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in delphi

How to remove focus rectangle from a button control?

delphi delphi-7

What replaces the deprecated AllocMemSize

delphi memory-management

Parameters in SQL - Delphi 7

sql delphi delphi-7 ado

Can I annotate class of some object as type?

delphi firemonkey

Why make a class with only 1 static function?

delphi

Convert ISO 3166-1 alpha-2 Country Code to localized Country Name

How to load custom cursor in Firemonkey?

TStringGrid merge cell drawing

TryStrToFloat converts incorrect string

How do I implement two interfaces that have methods with the same name?

TObjectList<> Get item error

Does "enable runtime themes" affect performance?

delphi themes delphi-2007

Send e-mail using gmail and Indy

delphi ssl gmail indy

Any way to speed up SaveToStream on TPNGImage?

delphi delphi-xe7

How to avoid function result being destroyed by Free inside function?

delphi delphi-10-seattle

What's the benefit of implement interface at runtime?

oop delphi rtti

How to avoid 100% CPU in Delphi multithreading?

Delphi package not Loading when i start Delphi

Cannot catch all clicks when using onmousedown, onmouseup and click events

How to correctly declare an array property in Delphi?

arrays delphi