Top "Vcl" questions

This tag is used for questions regarding the Visual Component Library used in Borland/CodeGear/Embarcadero Delphi and C++Builder products.

Pass parameter when creating a new form in delphi SDI

Ok, I'm sorry if this is a little bit confusing but I don't know how to explain it better. I …

delphi parameters vcl
Delphi XE2: Possible to instantiate a FireMonkey Form in VCL application?

Prior to Delphi XE2, we have VCL only to create GUI apps. Delphi XE2 states that: Caution: FireMonkey (FMX) and …

delphi vcl delphi-xe2 firemonkey
RTL150.BPL not found

i have this problem: i compile and run application and all work in mine computer. When i try to run …

delphi exec vcl
How can I check if my application has focus?

What I want to do is check if my application has focus because if it is not then I will …

delphi winapi vcl notification-area
Delphi: How to find and fix an EOutOfMemory Error?

I'm building a delphi application which does scientific simulation. It's growing in complexity & now consists of many units and …

delphi pascal vcl
how to store data on Firebase - Delphi XE 10

What is the best way to connect to Google´s Firebase DBaaS from Embarcadero Delphi XE 10 ? I am not sure …

delphi firebase vcl delphi-10-seattle firedac
Form.Release + NIL

if Form.Release is called after using the form, it will free all related memory but not set the form …

delphi winapi vcl
"specific to a platform" warning in Delphi 6 on Windows 7

We have some legacy code that compiles in Delphi 6. There are plans to rewrite it in a more current IDE, …

delphi windows-7 vcl delphi-6
How To Scroll a TStringGrid dynamically?

I am working in the Borland C++Builder IDE, using VCL controls. I am trying to get a TStringGrid component …

delphi c++builder vcl tstringgrid
Compile Delphi component package (bpl) for different Delphi versions

The situation is the following. Typically I use RAD Studio 2010 for Delphi development. I have some components I would like …

delphi components delphi-2010 vcl