This tag is used for questions regarding the Visual Component Library used in Borland/CodeGear/Embarcadero Delphi and C++Builder products.
The following code works fine in Delphi 7. However, in Delphi 2009 the form does remain hidden but the button on the …
delphi delphi-2009 vclIs there any specific purpose for the 'Tag' property of Delphi VCL components? I have Googled a few examples using …
delphi user-interface vclI'm using Delphi XE8. I was just looking at the REST.Json ObjectToJsonString() and JsonToObject() calls. Mainly attempting to do …
json rest delphi vcl delphi-xe8I can't figure out, for the life of me, how to get varnish to ignore caching of 500 internal server errors. …
vcl varnishI have this problem. When I hide my main form, then the taskbar icon of my application is also hidden. …
forms delphi vcl taskbar delphi-xe6I'm trying to use the Action Manager and Action Main Menu Bar in Delphi 2010 an I have no idea how …
delphi menu delphi-2010 vcl menubarI don't know what my problem is, but I cannot set the font color in DEx2 for controls like TCheckBox, …
delphi properties colors delphi-xe2 vclIn XE2 there is a new function : 'styles', for VCL(.vsf) and Firemonkey (.styles), and some are provided in C:\…
delphi delphi-xe2 vcl firemonkey vcl-stylesI'm using TDirectory::GetFiles() to get a list of files (obviously). The result is stored in a TStringDynArray and I …
vcl tstringlist c++builder-xe5 tstringdynarray