c++builder-xe Questions

4

Solved

This is what happened. We downloaded Quickreports 505, installed it, but had to revert to QR504. Now we are getting [BCC32 Warning] W8123 Path 'C:\Program Files\Embarcadero\RAD Studio\8.0\Quickr...
Deadfall asked 30/4, 2013 at 17:52

1

The compiler is giving me an error (shown in the pic) even if I run the IDE as an administrator. Can anyone help to solve the problem?
Pensive asked 5/1, 2016 at 15:54

1

We have a C++Builder XE project (VCL Forms Application) that has a few dozen forms and units in it. Whenever a file belonging to the project is added, deleted, or renamed, the IDE should do two thi...
Ing asked 10/4, 2013 at 7:43

2

Solved

I'm a newbie programmer. I need to use Delphi's in operator in C++ Builder XE like this: if (dgColLines in DBGrid->Options) // include vertical lines in total (one per column) TotalColumnWi...
Roving asked 11/2, 2013 at 10:44

1

Solved

I wrote a C++ builder component to display SVG files perform some stuff on them. For now, I published a property named SvgFile (UnicodeString) which can be initialized in the IDE with the file nam...
Maidinwaiting asked 16/1, 2013 at 11:35

1

Solved

When developing a new component in Delphi, I run into this inefficiency. Every time I make incremental changes to the source code (for example, a bug fix), I build the new component and install it ...

3

Solved

For our dbgrid we want the scrollbars to be constantly hidden. Since TDBGrid doesn't have a 'scrollbars' property, we use: ShowScrollBar(DBGrid1.Handle, SB_VERT, False); ShowScrollBar(DBGrid1.Hand...
Mesquite asked 23/9, 2011 at 13:15
1

© 2022 - 2024 — McMap. All rights reserved.