How to search C++Builder component properties - c++builder

Using C++Builder 10.3 VCL for Windows. I am using a TImageList and I need to search all of my project's components to identify which components use that TImageList in their Images property. When I do a search, it shows no results, apparently it is only searching the code. How can I search all the components properties to look for the TImageList?

Related

Where can I find the Styles I downloaded from GetIt Manager

I downloaded a bunch of styles from the GetIt Manager in RAD Studio and was wondering where I could possibly find them now?
They can be found within the CatalogRepository folder. You can find that folder at C:\Users\YourNameOrWhatever\Documents\Embarcadero\Studio\22.0\CatalogRepository.
Using the styles in VCL:
Go to the appearance item under Project Settings. From there you can choose a custom style for your app. All the GetIt downloaded styles will appear there.
Using the styles in FMX:
Add a TStylebook component onto the form and then import the style you want into the component. After that, go to your form's properties and set the Stylebook property equal to your Stylebook component.

Doubling component on "Standard" palette page

Recently I've installed the new Embarcadero Delphi 10.3 Rio, and noticed that some components on the Standard toolbar page are being doubled. Particularly, the doubled components are TMainMenu, TActionList and others. These components live in Embarcadero's Standard package.
I've looked through the list of installed packages and found some Embarcadero FMX packages with these components. Unchecking those packages (need to uncheck two FMX packages) didn't give a result.
Any idea how to fix this?
This is an IDE bug that affects only components in Standard VCL or FMX package.
Standard VCL controls are displayed twice on the Component toolbar https://quality.embarcadero.com/browse/RSP-19518
It is harmless, so you don't have to do anything about it.
Which standard package controls will be duplicated (or not at all) depends on the context.
If you don't have any application or package open, you will see both VCL and FMX controls on the toolbar (no duplicates). When you hover with the mouse over the component icon hint will tell you to which package control belongs.
If you have VCL based application or package open, you will have duplicate VCL standard controls. On the other hand if you have FMX based application or package open you will see duplicates from FMX standard controls package.
However, above behavior is not carved in stone. It is just what you can observe most of the time. Component toolbar behavior can be rather unpredictable at times.

Dephi XE7 Component Icons not working

I am in the process of moving a number components I have written from XE2 to XE7. All these components have individual icons. The icons are contained in a .dcr file in each component project file along with the pascal source file(s), the source of the .bpl file references the .dcr file. All the component icons show correctly in the relevant XE2 component palette folder.
When I install one of these components into XE7, the component icon does not appear in the component palette. If I close XE7 and re-open it, the component ICON now appears in the component palette.
If I then install another of these components into XE7, once again the new component icon does not appear in the palette.
If I restart XE7, the new component icon will probably appear in the component palette, but the previous icon will now be missing (this behaviour varies from time to time).
So, as I install further components, some the components icons sometimes appear correctly, but most are missing.
The components work fine, it is just that the component icon is missing.
Any ideas why this may be happening?
Thanks in anticipation - Jim

Delphi 2009 Actionmanager default Imagelist

I have just started a new project, and I am using the Delphi 2009 Actionmanager component for the first time.
The Actionmanager has a list of standard actions, which gives me actions such as File open / save without any coding - great stuff. Is there a standard ImageList to go with this, with the correct images for the default ImageIndex populated by the ActionManager?
If you connect your ActionManager with an TImageList before you fill in the standard actions then delphi copies the icons of these actions automatically in the attached ImageList (tested with Delphi 2010).

Free Component which can show richtext with pictures Delphi

I need a free component like RichEdit, but which can also show pictures inside. I am using Delphi 7. Unfortunately RichEdit cannot show pictures, and few components which can are not free.
Look at Jedi Components, they have enhanced RichEdit component, There's one called JvxRichEdit(Came from RxLibrary), which can show pictures.
You can find how to display the picture above here
JvRichEdit does this, and is included as part of the Jedi project.

Resources