How can I get the selected items in TListBox and add the items in the second TListBox, Im using Borland C开发者_运维百科++ Builder 6.As David said in his answer, you need to use the Selected property.
There are some program tools such as WinSpy++ which will allow you to hover over the Handle of any Control/Component and return the Class Name of that Handle. So for example, if I dropped a TMemo on a
.net applications can be decompiled easily . But with the use obfuscator it can be made harder. My application is a Delphi for .net vcl (delphi for .net 2006) application. My problem is:
sharing the code on this question as reference:Delphi TPair Exception How can I retrieve the key and value from a TObjectDictionary concrete entry without using TPair and without extracting/remove/de
Is there a good meteorological tool to use in win32 DELPHI App ? I did some googling but cou开发者_运维技巧ld not find anything good
I want to make an application in Embarcadero C++ Builder XEtotally in ASCII but C++ Builder XE\'s VCL are now UNICODE base.
My program is doing a time consuming task, and I would like to display a TImage in the middle of the application window, but it will not stay on top - my VST is always on top. However, when I use a TP
I would like to have a seperate form that shows \"along\" with my main form, so it does not overlap the main form.
I\'m using Delphi XE and I would like to make a button which shows just the provided PNG image with transparent background and no additional margins of any kind.
I\'ve got a custom control that desce开发者_JAVA技巧nds from TTreeView.I\'m trying to give it special behavior when the user presses ENTER while the control is focused, by giving it a WM_CHAR handler