Tagged Questions

32
votes
67answers
5k views

What is needed to get Delphi back on top?

Delphi 2009 is due in the next couple months, which is its 12th release since Turbo Pascal became Delphi in 1995. Despite continued innovation it has not returned to its level of popularity before …
1
vote
2answers
43 views

To restrict size of components at design time: CodeGear C++ Builder

Hi, I am trying to inherit from TButton in order to provide some size aware capabilities, where the buttons are able to resize themselves and/or their font size (within certain constraints) to allow …
0
votes
2answers
49 views

VCL multiple inheritance

Hi, I'm trying to develop a set of controls which all have a number of common behaviours with respect to sizing. I think that this is an instance where multiple inheritance is required (although am …
9
votes
19answers
1k views
6
votes
4answers
254 views

#region equivalent in CodeGear RAD Studio? Similar way to group code?

I was wondering if there is an equivalent to Visual Studio's #regions in RAD Studio. We use CodeGear's delphi and c++builder IDEs where I work and I would love to be able to use something like …
0
votes
1answer
37 views

Indenting in Codegear

Is there a way to indent/tab multiple lines in one action in the Codgear RAD Studio IDE? I.e. I would like to be able to highlight multiple lines and indent them all by one tab simultaneously.
3
votes
34answers
2k views

Why Weren’t You at CodeRage III?

Delphi is currently ranked as the 10th most popular language (Dec 2008) and has approximately 1.75 million users worldwide. So why were there so few people at the CodeRage III virtual conference put …
0
votes
1answer
61 views

Associate file extension with vcl forms application

I would like to know the cleanest way of registering a file extension with my VCL Forms application so that when a data file associated with my program is double clicked, the VCL forms application is …
2
votes
4answers
146 views

How do I use the registry in codegear c++ builder?

In the simplest possible terms (I'm an occasional programmer who lacks up-to-date detailed programming knowledge) can someone explain the simplest way to make use of the registry in codegear C++ …
0
votes
1answer
68 views

Problem with IDropTarget when using with a VCL Form

I have a VCL gui developed in Codegear. I have created a DropTarget for the mainform and the DropTarget object implements the IDropTarget interface which allows me to drag and drop files from …
0
votes
2answers
111 views

Codegear RAD Studio C++ Go to Definition - Control Click

I am using CodeGear RAD Studio C++, I know that to go to a definition of a variable or class you must press control and click on the method name, or any identifier where you want to go to a …
3
votes
2answers
271 views

Default File Layout in Codegear C++ Builder (and Delphi)

I've had a major annoyance with the Borland/Codegear C++ Builder IDE for some time now. When I code I always use a standard layout for the code files. I have a standard header that I use, including, …
1
vote
2answers
203 views

What happened to CodeGear’s TBitBtn and TButton inheritence chain?

I've recently began to upgrade my RAD Studio 2007 project to RAD Studio 2009. One thing I noticed is when seemingly simple code all of a sudden failed to compile. Example Code: class …
6
votes
6answers
553 views

Why is the destructor ignored in this C++ code? (Turbo C++ Explorer, Borland C++ Builder 2006)

The following code demonstrates a weird problem I have in a Turbo C++ Explorer project. One of the three stack objects in D::D() is not destroyed after going out of scope. This only happens if …
1
vote
2answers
215 views

Why is CodeGear C++Builder failing to create pre-compiled headers?

Problem In CodeGear C++Builder 2009 we are using the pre-compiled header injection to greatly reduce our compile times. We have the same header file being injected into multiple projects. When …

1 2 next
15 30 50 per page