vcl
How to install TMS Component Pack 6.0 in Delphi XE2?
What has to be change in order to install them succesfully 开发者_JS百科in DelphiXE2I\'m pretty sure I just logged into their site, downloaded their installer, and it installed.[详细]
2023-04-06 17:32 分类:问答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 butto[详细]
2023-04-03 21:23 分类:问答How do I know where a control will be docked, and how do I prevent the docking?
I’m using Delphi’s \'regular\' docking (with DockSite = True and UseDockManager = True).Now there’s several DockSite controls, and several dockable forms.However, not each dockable form is supposed[详细]
2023-04-03 04:17 分类:问答Delphi XE2: Possible to instantiate a FireMonkey Form in VCL application?
Prior to Delp开发者_高级运维hi XE2, we have VCL only to create GUI apps.Delphi XE2 states that:[详细]
2023-04-02 09:59 分类:问答C++Builder: Create a TForm with BorderStyle bsNone that is nevertheless movable and resizable
I\'d like to have a TForm with BorderStyle = bsNone (no borders, no caption), which is nevertheless resizable and movable. I already figured out how to do the resizable part, but I\'m stuck with getti[详细]
2023-03-30 04:22 分类:问答Unicode Precomposition and Decomposition with Delphi
The Wikipedia entry for Subversion contains a paragraph about problems with different ways of Unicode encoding:[详细]
2023-03-29 08:39 分类:问答Borland C++ Builder: Some UI-Events not available anymore?
I\'m currently porting old code from Borland C++ Builder 5 to C++ Builder XE (the newest version). There seem to be a lot of properties and some events that are not anymore supported in XE. Most of th[详细]
2023-03-28 20:07 分类:问答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 n[详细]
2023-03-28 18:54 分类:问答Modifying VCL Components [duplicate]
This question already has answers here: 开发者_StackOverflow社区 Closed 11 years ago. Possible Duplicate:[详细]
2023-03-28 11:14 分类:问答Delphi Controls for Editing Key/Value Pairs?
What Delphi visual control or combination 开发者_运维问答of controls do you suggest for editing, adding and deleting key/value pairs (strings)?Try the TValueListEditor component (to allow to the compo[详细]
2023-03-27 21:02 分类:问答