Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in vcl

Delphi thread not receiving messages

multithreading delphi vcl

How to add mouse wheel support to a component descended from TGraphicControl?

delphi vcl mousewheel

Delphi XE2 VCL styles, remove a style or disable a class skinning from a TLabel

How to get column index in onCustomDrawCell event in DevExpress QuantumGrid (VCL)

delphi devexpress vcl

How can I create a second UI thread in Delphi with its own message processing loop?

multithreading delphi vcl

How to animate the resize of a Delphi VCL form on Windows?

Delphi non visual TTree implementation

delphi tree vcl

Delphi - What happens with un-freed (but terminated) thread when application exits?

How should I do a date and time range selection in my Delphi application?

delphi vcl

Components without VCL Forms in Delphi

delphi winapi vcl

System Menu for Layered Windows?

Is this code thread safe

Delphi: Transparent controls turn opaque on netbooks

delphi vcl

Using EnterCriticalSection in Thread to update VCL label

Delphi. How to disable Vcl Themes for TFileOpenDialog and TOpenDialog

delphi styles themes vcl

Checking for Copy vs. Move in Delphi Drag and Drop

delphi drag-and-drop vcl

Delete TLabel created in run-time

delphi runtime vcl

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

delphi custom-controls sdl vcl

A good (and free) VCL GUI alternative

Messagebox detect YesNoCancel button

c++ messagebox vcl