This tag is used for questions regarding the Visual Component Library used in Borland/CodeGear/Embarcadero Delphi and C++Builder products.
I have to load an image from an XML file. There is no information in the XML file about whether …
delphi image-processing bitmap vcl file-formatI don't know which of those three methods suits me most. They all work for me. Does anyone know the …
delphi vclI need to find DecimalSeparator var SysUtils Delphi 7, in Delphi XE6 i tried to find in System.SysUtils, but without …
delphi components vclI can go the long way round, loop over each row, get a TRect from CellRect(col, row), then query …
delphi c++builder vcl tstringgridI'm not sure why the TSpeedButton has this property but when a TSpeedButton is the only button of a given …
delphi vcl buttonI have total 4 radiobuttons on my form,I want to set the first two buttons in one group and the …
delphi vclUsing Delphi 2010 SQLQuery1.First; // move to the first record while(not SQLQuery1.EOF)do begin // do something with the current …
delphi delphi-2010 vcl dynamic-class-creationIs there any way to remove item from listbox based on it's name but not index value? I would like …
delphi listbox vcl