I tried to set the tick style to tsManual, the min and max position to 1 and 100 respectively and add ticks at 9, 19, 79 and 89 and no ticks are shown at all except the detault first and last which th
You can easily achieve a multicolumn effect in a listbox by setting the TabWidth property of TListbox. For example, http://delphi.about.com/cs/adptips2000/a/bltip1200_3.htm
I am still trying to draw a floorplan (in BCB 6). I already asked a few questions. As a result of Seeking floorplan design VCL toolbar I bought the TMC components.
The situation is the following. Typically I use RAD Studio 2010 for Delphi development. I have some components I would like to redistribute in binary form (*.bpl without source). But I would like peop
Trying to write a simple VCL program for educating purposes (dynamicly created forms, controls etc). Have such a sample code:
I have a DLL that\'s written in C++Builder (2006), and I\'m invoking a single function in the DLL from a .NET application.
C++Builder ADOQuery SQLServer Continue of This questions line using this select with procedure : SELECT C.Hint,
Simple task: I would like to make a progra开发者_JAVA百科m (parent.exe). There are three buttons. When I click Button1, Form1 appears; when Button 2, Form2 appears; when Button3, Form3 appears...
I use TMemo todisplay long strings. I was very surprised that method : Memo1.loadfromfile(\'mem.txt\') [mem.txt = 111 kB] took about 35 seconds, what is really really long time.
Does anyone know of a component that descends from TImageList and support P开发者_如何学编程NG images, and compatible with Delphi 7?I\'m using PngComponents It has TPngImageList. Works well for me.