Tagged Questions

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

learn more… | top users | synonyms

15
votes
7answers
2k views

What is the purpose of the 'Tag' property of Delphi VCL components?

Is there any specific purpose for the 'Tag' property of Delphi VCL components? I have Googled a few examples using it as, for example, a 'color' property or using the value as a pointer address, but ...
14
votes
1answer
249 views

How add Delphi XE2 64bit support to a simple Delphi XE2 32bit VCL component?

I need convert a VCL component from 32bit to 64bit (Delphi XE2). Now infact I can install it only if I select "32bit Platform", if I select "64bit Platform" I can compile it but not install (there is ...
13
votes
1answer
520 views

Looking for radial popup menu component for Delphi

Radial menus have started appearing in several places. I'm curious whether anyone has seen or is working on a radial menu component for Delphi? We have a concept of what we'd like, shown in the ...
13
votes
3answers
5k views

What's the difference between Refresh,Update,Repaint?

I don't know ,which of those three suits me most,they all work for me.Does anyone know the difference between Refresh,Update and Repaint?
12
votes
2answers
462 views

Ugly “disabled” images of TMainMenu

Delphi 2010, Win32 VCL. I need to create a main menu for my application with the most standard look. TMainMenu looks nice in all Windows versions, the only bad thing is when it displaying images for ...
9
votes
1answer
196 views

Hide VCL Classes

There are some program tools such as WinSpy++ which will allow you to hover over the Handle of any Control/Component and return the Class Name of that Handle. So for example, if I dropped a TMemo on a ...
8
votes
0answers
127 views

How can I remove the margin between a page control and its tab sheets?

I noticed that the Left property for TTabSheet in the TPageControl is always 4. Because of this there is always at least a 4-pixel margin between the TPageControl border and controls within the ...
8
votes
1answer
111 views

Adding non-VCL window into VCL align queue

Some background (kind of a continuation of TLabel and TGroupbox Captions Flicker on Resize): So, I have an application that loads different plugins and creates a new tab on a TPageControl for each ...
8
votes
4answers
2k views

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 the Visual Component Library (VCL) are not compatible and cannot be used in the ...
8
votes
4answers
511 views

Windows 7 integration with Delphi

I need components to integrate my app to Windows 7. I'm talking about the taskbar's ability to have progressbar, buttons, text and so on. What is the best you know?
8
votes
8answers
4k views

Delphi form creation without freezing main thread

I am having trouble with something i wanna do. I have some big forms which take some time to create. To make the app load faster i thought of letting the forms be created in a thread which is created ...
7
votes
13answers
699 views

Your favourite third party components?

Here are mine: DevExpress VCL Subscription. Pretty expensive but worth a lot more. I', still amazed about how great a value they deliver to a developer. Grids are fantastic. Editors, skinning. all. ...
6
votes
2answers
4k views

VCLs for Delphi for Android

I have seen a project "Delphi for Android" by lenniedevilliers which inspired me very much. I but there is only a few VCLs in that project (tbutton , tEdit and Tlabel). can anyone give me a hint about ...
6
votes
5answers
317 views

let C++Builder/Delphi create TForms at launch, or create manually?

When a TForm is created in Builder (or Delphi) code is added to main to create these forms at application launch: Application->CreateForm( __classid( TxForm), &xForm ); this makes things ...
6
votes
1answer
350 views

how to sort in Tlistview based on subitem[x]

how to sort in tlistview with data present in subitem[x] regards
6
votes
1answer
237 views

Correct Delphi compiler switches to stop in the user's code, not my component's

I'm modifying our VCL components so the end user's application links to our dcu files, instead of building our source code each time. We have everything working, but I want the debugger to stop on the ...
6
votes
4answers
1k views

Delphi VCL for Win32 - multiple event handlers

I'm looking for some code allowing easy asigning many event handlers to a single event of object... I needed it very much for my plugin architecture, so I implemented some replacement for that, ...
6
votes
5answers
1k views

Form.Release + NIL

if Form.Release is called after using the form, it will free all related memory but not set the form variable to nil. if not assigned (Form1) then begin Application.CreateForm(Tform1, Form1); ...
6
votes
2answers
393 views

How to implement find as you type on a TComboBox descendant [closed]

What is the correct way to implement the "find as you type" behavior on a TComboBox descendant component whose style is csOwnerDrawFixed?
6
votes
2answers
776 views

Are there guidelines for updating C++Builder applications for C++Builder 2009?

I have a range of Win32 VCL applications developed with C++Builder from BCB5 onwards, and want to port them to ECB2009 or whatever it's now called. Some of my applications use the old TNT/TMS unicode ...
5
votes
1answer
368 views

Is there any Delphi XE2 styles gallery?

In XE2 there is a new function : 'styles', for VCL(.vsf) and Firemonkey (.styles), and some are provided in C:\Program Files\Embarcadero\RAD Studio\9.0\Redist\styles directory. As it seems to be ...
5
votes
1answer
457 views

Understanding TBitmap.Scanline in Delphi & C++ Builder

Delphi & C++ Builder have a TBitmap class with a Scanline property which returns the memory of pixels of the bitmap. This seems to be different when I look in a hex editor of the BMP file. I'm ...
5
votes
1answer
213 views

How to fix Delphi component with TFont property that gets “cannot assign NIL to a TFont” at design time?

I have started building a new component in Delphi 6 Pro. Currently it just has a single TFont published property. However, when I drop the component on a Form at design time, and click on the edit ...
5
votes
5answers
321 views

Can code running in a background thread be faster than in the main VCL thread in Delphi?

If anybody has had a lot of experience timing code running on the main VCL thread vs a background thread, I'd like to get an opinion. I have some code that does some heavy string processing running ...
5
votes
2answers
352 views

Make 2 forms able to overlap each other?

I would like to have a seperate form that shows "along" with my main form, so it does not overlap the main form. Here's an example: Notice how the main program, overlaps the log? I can't figure out ...
5
votes
4answers
748 views

How to draw button in title bar like in Google Chrome?

I tried several components from 2000-2001, but none of them works for win7. How do I do it?
5
votes
2answers
366 views

How to avoid issues when embedding a TForm in another TForm?

I often embed a TForm descendant into another TForm descendant like this: var Form1: TForm1; Form2: TForm2; begin Form2.Parent := Form1; Form2.BorderStyle := bsNone; Form2.Align ...
5
votes
2answers
1k views

How can I reduce PageControl flicker in Delphi?

In Delphi 2009 I found that the flicker of a PageControl - which occurs during resizing of the form - can be reduced by setting its DoubleBuffered property to true. However if I add controls to the ...
5
votes
5answers
1k views

TVirtualStringTree - resetting non-visual nodes and memory consumption

I have an app that loads records from a binary log file and displays them in a virtual TListView. There are potentially millions of records in a file, and the display can be filtered by the user, so ...
5
votes
3answers
1k views

Delphi - form within form

For aesthetic reasons, I want to show a form on top of another form, just as if it were a component, say like a TPanel. It should resize with the parent, move around as th eparent is drageed by its ...
5
votes
2answers
610 views

How to recompile a specific unit from the VCL?

I want to apply a fix from QC to a Delphi 2009 unit (DBClient as it happens). I know I need to copy the unit to another directory and make the change to the copy. How do I then get Delphi to compile ...
5
votes
3answers
1k views

How to change behaviour of TDBNavigator component?

I would like to change the behaviour of the insert button on the standard DBNavigator bar, from a dataset insert to append. I could trap the button click in the BeforeAction event, do the append, ...
5
votes
5answers
2k views

Why Do Some Delphi Components Require “AOwner: TComponent” To Construct Them?

It seems completely irrelevant to require a TComponent as an owner to instantiate an object of some kind. Why are there so many Delphi components that require this? For example, TXMLDocument ...
4
votes
1answer
92 views

How to perform an image stream preview to a Delphi 6 frame or form from a background thread efficiently?

I have a Delphi 6 application that receives and processes an image stream from an external camera. I have the code on a background thread since it is CPU heavy and I don't want it interfering with ...
4
votes
4answers
185 views

Displaying hints

I have added hints to components on my form. When the components receive the focus, I'd like to set the caption of a label component to display the hint. I have added a TApplicationEvents object and ...
4
votes
3answers
266 views

VCL events with anonymous methods - what do you think about this implementation?

Since anonymous methods appeared in Delphi I wanted to use them in VCL components events. Obviously for backward compatibility the VCL wasn't updated, so I managed to make a simple implementation with ...
4
votes
3answers
187 views

Unicode Precomposition and Decomposition with Delphi

The Wikipedia entry for Subversion contains a paragraph about problems with different ways of Unicode encoding: While Subversion stores filenames as Unicode, it does not specify if ...
4
votes
2answers
159 views

Modifying VCL Component CODE

I need to change the functionality in a component. What do you do when you get a "you can't override this" message, or you need to change the code in a private method ("method does not exist in base ...
4
votes
3answers
242 views

How do I add support for actions in my component

What do I need to do for adding actions support to my component. It is a button component but I guess it is the same for whatever component type it is. Any information or how to will help.
4
votes
2answers
309 views

Spreadsheet component which has features nearest to excel

I am looking for a spreadsheet control that has feature set nearest to MS Excel. Currently I am using an ActiveX called FormulaOne but it is a dated control and has features compatible for up to MS ...
4
votes
4answers
246 views

How to detach a panel and show it in a separate window?

Let's say I have form A that contains a panel (with many other controls in it) and a form B that it is empty. Can I programmatically detach the panel from form A and move it in form B (and maybe back ...
4
votes
1answer
1k views

RTL150.BPL not found

i have this problem: i compile and run application and all work in mine computer. When i try to run same application in other computer, i have error about rtl150.bpl not found. I have searched on ...
4
votes
2answers
384 views

Delphi extract key from TObjectDictionary

sharing the code on this question as reference: Delphi TPair Exception How can I retrieve the key and value from a TObjectDictionary concrete entry without using TPair and without ...
4
votes
1answer
248 views

System Menu for Layered Windows?

We're having an issue with layered windows and system menus in Delphi 2009. That is, our layered windows (which have no border) have no system menu. When I say system menu, I am referring to the menu ...
4
votes
1answer
175 views

Recreating corrupted Delphi form

I've received source code for a utility I want to adapt, but it appears to have the .dfm files stored in binary format, and one of the .dfm files seems to be coRruPted. I also have the compiled .exe ...
4
votes
3answers
209 views

Does .NET have an equivalent to Delph's VCL component model?

Pardon the "cast pun" but I am a (long long) time Delphi developer. I have stayed at version 6 for an eternity now because it was everything I needed for development. However, lately I've been ...
4
votes
1answer
579 views

Porting Borland C++ Builder to Qt

I have to port a project from Borland C++ Builder 5.0 under Windows XP to Qt 4.7.1 using g++ under Windows 7/mingw. The libraries and command-line utilities are done, and now I have to tackle the GUI ...
4
votes
1answer
239 views

ComboBoxEx and events

I added ComboBoxEx control to my form and populate it with data from database. I set AutoSuggest, AutoAppend and UpDownKeyDropsList to true. First I tried OnSelect event - it doesn't fire If I'm ...
4
votes
2answers
177 views

Why is TListView's Node text truncated with an ellipsis until I toggle ViewStyle?

Can anyone help me understand why the displayed labels for a TListView are truncated with an ellipsis at program startup, but are completely displayed after switching to vsIcon and back again? I ...
4
votes
3answers
1k views

Delphi windows 7 control panel component

Im looking for a delphi component that looks and functions like the Windows 7 control panel buttons when you "view by category". Anybody know if something like this already exists?

1 2 3 4 5 7