Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in delphi

How to define that node of TVirtualStringTree is presented on screen?

Custom Sort a Delphi TStringList name/value pairs as integers

delphi sorting

Drawing Transparent message to screen gives Out of system resources

delphi

what is the meaning of `Class of ` type declaration?

Defining records in Delphi - (Record as type vs Record as variable) - Differences, cons and pros..?

arrays delphi record

How does Delphi calculate TDateTime as a Float value?

delphi tdatetime

CreateOleObject in a 64-bit Delphi program?

delphi ole delphi-xe7

To what accuracy are the local variables displayed in the Embarcadero RAD Studio XE2 debugger? Apparently 1 is not equal to 1

delphi delphi-xe2

Delphi : How to create and use Thread locally?

multithreading delphi

What does 'cdecl = nil' (placed after a function declaration) mean?

delphi

Check if row was changed in a TClientDataset

delphi tclientdataset

Can a Variant property have default value?

Should a descendant class' method's variable that is identical to Self, have access to its ancestor's protected methods?

How to remove the accelerator hot key '&' character?

An object in a TObjectList is not freed when a TObjectList.Clear is called

delphi

How to distinguish between an Argumentless Call and a Function Reference in an Assignment

delphi

Assigning to fields in array property in delphi

delphi

How to stop long executing threads gracefully?

multithreading delphi

In Delphi do you use include paths or explicity include all required files?

delphi

What is the fastest way of loading and re-sizing an image?