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

0
votes
1answer
34 views

Share boundary of 2 controls in Delphi

I have an application that has a sidebar attached to it (TPanel --> alRight), that uses a CategoryPanel (alClient) inside of it. This CategoryPanel has exactly 2 Groups which are non aligned. I would ...
0
votes
0answers
48 views

TSpeedButton stop sending the click event [closed]

I'm working in a huge Delphi project, and I have a problem: one of the TSpeedButtons stop working between compilations. If I delete the button and the event handler and I create it again, it works ...
1
vote
1answer
53 views

How do I allow dragging files for specific control(s) in Delphi

I would like to accept files as soon as someone drops a file to a specific control (e.g. TMemo). I started with this example: http://delphi.about.com/od/windowsshellapi/a/accept-filedrop.htm and ...
0
votes
1answer
23 views

boost::make_shared and C++Builder VCL objects

I've tried switching some C++Builder 2010 code using new to use boost::make_shared<>, as below. Old: boost::shared_ptr<TStringList> l(new TStringList()); New: ...
2
votes
1answer
79 views

Is it safe to set SEM_FAILCRITICALERRORS on startup with VCL?

I've found that it is recommended to call SetErrorMode(SEM_FAILCRITICALERRORS) on application startup: http://msdn.microsoft.com/en-us/library/windows/desktop/ms680621.aspx I know that VCL code sets ...
0
votes
1answer
32 views

Lookup Combo that supports remote data - load data only after user wants to

I'm building a VCL c++ builder application. I would like to see if anyone knows of a component that can load data in the lookup upon drop down only after a user has typed a few letters to limit the ...
2
votes
1answer
100 views

Can I somehow “instrument” Graphics.TBitmapCanvas with overriden GetPixel/SetPixel methods, which are specific to TBitmap's canvas?

As we know, working with TBitmap's pixels (Bitmap.Canvas.Pixels[X,Y]) is very slow in the out-of-box VCL. This has been caused by getter and setter of Pixels property inherited from TCanvas, which ...
3
votes
3answers
165 views

Creating a forms editor in Delphi

My goal is to create a simple forms editor like the one that we find on Delphi IDE. Right now the user can select and add the components making it parent of a TPanel that is the holder of the form. ...
1
vote
2answers
44 views

ofstream output of std::map<UnicodeString, UnicodeString> yields addresses not strings

I have a stl map container filled with pairs of vcl UnicodeString objects. I'm trying to dump it to file with the code quoted below but instead of my strings I'm getting a file full of hex addresses. ...
3
votes
0answers
78 views

How to remove all the grips on a coolbar if I have several coolbands?

If I set mycoolbar.fixedorder to true,only the grip on the first band will be hidden. Well,If you use Delphi 7 to create an VCL Forms application,then put a coolbar on it and create 3 coolbans to ...
0
votes
1answer
21 views

Accessing to from from thread

I have little problem with multithreading. I use CreateThread to create my own thread and create it when program starts (sorry but at this moment i cant use VCL threads). So my thread working with my ...
1
vote
1answer
60 views

TApplication and splitting a C++Builder application into DLLs

While taking an existing monolithic C++Builder VCL application and splitting it into an exe + DLLs, I'm running into problems with TApplication. The DLL projects and the exe project have the ...
0
votes
1answer
216 views

Prevent double click on TButton [closed]

We are having an issue in an application with users double-clicking on almost everything including buttons. In some circumstances that leads to something that was not intended by the user since it ...
1
vote
3answers
135 views

Method in Delphi to set database connections to disconnected upon compile

Is there a method or compiler directive or some way of assuring certain components, such as queries or database connections get set to active=false or disconnected when you run a build/compile? Seems ...
0
votes
1answer
27 views

VCL Exceptions in C++ Builder 5

I'm trying to control exception raised in the code, however this sample is not working as it should under C++ Builder 5. void __fastcall TForm1::Button1Click(TObject *Sender) { try { ...
2
votes
1answer
85 views

C++ Builder and chm help file

I'm trying to implement CHM help file into my app written in C++ Builder but I always get "no context-sensitive help installed". I added these lines: #include "HtmlHelpViewer.hpp" OnCreate.. ...
-1
votes
1answer
93 views

Access VCL form from DLL

I have two processes A and B. Process A is a VCL forms application containing a form TMainForm. Process B is a DLL from which I want to remote-control this form. Something along the lines of (in ...
0
votes
0answers
94 views

How to modify a free component in Delphi [closed]

Well the component in question is ArtFormula, as found in http://artsoft.nm.ru/works.html#formula serves as expression evaluator at runtime, downloaded from the website does not have support for ...
1
vote
1answer
73 views

Alternative to TControl.Perform

the TControl.Perform code is: var Message: TMessage; begin Message.Msg := Msg; Message.WParam := WParam; Message.LParam := LParam; Message.Result := 0; if Self <> nil then ...
0
votes
1answer
106 views

Installing VCL component in Delphi & C++ Builder

I created a VCL component in Delphi XE2 and want to install it in entire RAD studio (both Delphi & C++ Builder). The problem is, if I install the component in Delphi then I get linker error like ...
1
vote
1answer
65 views

how to manage navigation pane in Windows fileopen dialog?

The standard OpenFile Dialog available in vista and win7 allows you to add "Application Links" which appear at the top of the navigation pane on the left side of the dialog. In the included screenshot ...
0
votes
1answer
97 views

TeeChart X Axis Label Formatting

I’ve got my TeeChart looking pretty good, the grid lines / ticks appear where I wish and so forth (the X Axis LabelStyle is set to talAuto). Now I need to format the X Axis labels so they display a ...
0
votes
1answer
90 views

Form moving to the back and staying active

I have a largish Delphi 6 app that I have ported to Delphi XE3. At one point the main form launches another non-modal form. Sometimes (say 50%) after a second or two the newly created form moves ...
0
votes
1answer
117 views

Difference Design and run Time

THidepanel development is still putting many questions to me . I followed the instructions given here Other Help and Questions I designed the inner panel now to have a red color and be a bit ...
1
vote
0answers
25 views

what arguments for inline C functions in varnish

I found in varnish book that varnish 3 purge functionality could be somehow achieved in varnish 2.1 by C{ VRT_Nuke(...); }C signature of VTR_Nuke seems to be int VRT_nuke(struct sess *sp, ...
0
votes
1answer
74 views

Subclassing descendant of VCL TWinControl

Using pseudo funcs for subclassing: CreateSpecialHandle(TWinControl *Control, const TCreateParams &Params, const AnsiString SubClass) { ......; set Control DefWndProc to ...
1
vote
1answer
95 views

TCoolBar bands growing when resizing form

In a Delphi XE2 VCL Forms Application, I've placed a TCoolBar on the top of my main form. I've added two TCoolBands to this bar. Then I inserted a TToolBar into each of these two bands. Each toolbar ...
3
votes
3answers
209 views

Why does a MessageBox not block the Application on a synchronized thread?

As far as I understand and know the method of the TThread Class, if you synchronize your code, it actually get's executed in the main Application Thread (just like a timer/buttonclick/etc.) I've been ...
2
votes
3answers
331 views

Delphi Button with Background Image

I have Delphi 7 and now installed Delphi XE2. I'm not really experienced with Design, VCL etc. but I would like to have a button (with Caption!) and a simple background image (PNG). I have 3 pictures ...
0
votes
1answer
149 views

DELPHI - How to change a TButton background color in a VCL Form Application?

In my Delphi VCL Form Application I have to change the background color of a TButton. Is there a way to apply this change without using a third-party components? Thanks.
0
votes
1answer
38 views

Get response body from Varnish cache

Is there a way to get the response body (not just the headers) in varnish for logging purposes ?
6
votes
2answers
135 views

TToolbar incompatible with TForm.DoubleBuffered?

I am using Delphi XE3. When I create a new VCL project and drop a TToolbar on it, everything works fine - except when I activate Form1.DoubleBuffered. From that moment on, drawing of the toolbar is ...
0
votes
0answers
69 views

Delphi XE3 Bluetooth how? [duplicate]

Hey guys i have a problem I've been searing for a way to get Delphi to connect to a Bluetooth device but with no luck i found components "Wireless Communication Library VCL Edition" but the are not ...
0
votes
4answers
123 views

Can I use port 80 in my VCL client-server app's

Usually I use some random port for my client-server applications in Delphi/C++ Builder. But, since I work in a building with a strong firewall policies I would like to use port 80 (TCP and/or UDP). ...
1
vote
0answers
132 views

Import VCL component to Firemonkey application

How can I use VCL components in FMX applicaion? In dept, I want to create a VCL component that contains Shockwave ActiveX and load it into my firemonkey form.
6
votes
1answer
182 views

Why is there no Description property yet on the TService?

It's always been strange that there's never been a Description property on the TService in Delphi's VCL. Even to this day, Delphi XE2 doesn't have it yet. It's such a simple and common thing, that I'm ...
1
vote
1answer
72 views

How To Get A TAnimate To Redraw Without ProcessMessages [duplicate]

I have a simple VCL form with a TAnimate component set to use the aviCopyFiles. The form includes the ShellAnimations unit so it works on Windows 7. On form activate, it makes the TAnimate active ...
0
votes
0answers
174 views

Embarcadero XE3 - Connect 2 ClientDataSet in Master-detail relationship with a String field as MasterField

I have a simple VCL form with a Master-Detail relatioship between 2 TClientDataSet. This is how my db components are connected The datatypes of components are (first row, from left to right): ...
1
vote
2answers
87 views

Custom Component TImage events causing error “Does not exist”

I have a custom component witht the following events private { Private declarations } ... fOnImageClick: TNotifyEvent; fOnImageMouseUp: TMouseEvent; fOnImageMouseDown: ...
1
vote
1answer
91 views

overrideing TScrollBox OnResize event in a custom component

I am making a custom component derived from a TScrollBox, that displays thumbnail images of images files stored in a Strings Property. It works good, until the Scrollbox is resized at runtime. I ...
1
vote
1answer
67 views

Errors with Compound component

I am trying to create a compound component that has a TScrollBox on it that I can create a number of TPanels on. The TPanels will have controls on them, but the most important one is the TImages. The ...
1
vote
1answer
37 views

RAD Studio, lock item position in design mode

I've searched the documentation for this, and I feel kind of silly asking since this should seem common sense. It's imperative to lock VCL controls when using the GUI designer, because there is no ...
2
votes
1answer
158 views

TPNGImage `LoadFromStream` is not working in some cases

I'm using VCL TPNGImage class to load PNG images. If I create the TPNGImage object using FindClass(S).Create(S is a String and it might contain 'TPNGImage'), when I try to load the png image using ...
2
votes
1answer
62 views

What is the best way to trace down memory leaks

In a huge C++ builder 2010 application with several DLL's being built and linked etc. What would be the best way to trace down memory leaks that accumulate over a long period of time? Say that the ...
0
votes
1answer
378 views

How to install JVCL packages if the installer failed when I ran it as a non-Administrator User

I use Win7. I have installed Jedi VCL Components in my Delphi XE and It work correctly. However if I try to run the XE as another user account (doesn't have Administrator priveleges), the JVCL ...
1
vote
1answer
64 views

Run a form in a separate thread

Let's say I have a form Foo. How do I create an instance of that which runs in it's own thread and gets updated even though the main application thread might be busy doing something else? For instance ...
0
votes
1answer
42 views

Change the NewPage for a TcxPageControl in the PageChanging event

We use a page control to step through a selection process from orders to products. The first tab shows a list of orders, the second tab shows a list of products for the selected order, and the 3rd tab ...
4
votes
2answers
251 views

How to set ExitCode in a VCL Forms Application

I can't get ExitCode to work for a VCL forms application. Here is my test application. It was created from the File / New menu in the Delphi 2007 IDE. The only change is that I added the line ExitCode ...
3
votes
1answer
143 views

Shell Namespace Extension in Delphi Using the VCL

Shell namespace extensions are quite complex. We have been building a shell namespace extension for the past 10 years; the latest incarnation of which is the Archive Folders feature in MagicRAR ...
0
votes
1answer
142 views

C++ Builder XE2: Initializing a Data Module in a dll

I'm trying to create a dll that contains a VCL data module - the idea being that various applications can all load the same dll and use the same database code. The data module itself is tested ok as ...

1 2 3 4 5 11