Delphi implementation of the TFlowPanel control seems to lack an important feature of the C# version, the AutoScroll one.
In Codegear C++ Builder, I\'m trying to extend the TMemo VCL class to perform some functionality during the OnKeyDown event. I\'ve set up the control and am able to add it to forms and开发者_开发问答
I\'m using C++Builder, and am trying to slowly migrate code to using C++ standard library in preference to the Delphi VCL.
I am using the OnMouseMove event to detect when the mouse pointer is over my TPanel, is there a way to know when the mouse pointer had moved away from it?
H开发者_开发技巧ow to sort in tlistview with data present in subitem[x]?Set SortType := stData and write
Radial menus have started appearing in sev开发者_开发知识库eral places.I\'m curious whether anyone has seen or is working on a radial menu component for Delphi?We have a concept of what we\'d like, sh
I am working in the Borland C++Builder IDE, using VCL controls. I am trying to get a TStringGrid component to scroll down to a row and highlight that row, based on user input in a different form. I开发
When Delphi (2006) goes quantum: I\'ve got \"something\" that appears to be both a TToolBar and a TPanel, depending on how you observe it. I\'d like to understand what\'s going on.
my single threaded delphi 2009 app (not quite yet complete) has started to have a problem withApplication.ProcessMessages hanging.my app has a TTimer object that fires every 100 ms to poll an external
I\'d like to know how I can check that all the controls on the form are created and initialized. I have a form I am showing when a user presses the update button. It has only a TProgressBar control.