vcl
How to get a component's parent form in Borland VCL?
I\'d like to determine which form a given component belongs to in my appli开发者_如何学JAVAcation. Neither the Parent nor the Owner property can be assumed to be the form itself, so I can\'t simply us[详细]
2023-01-01 14:44 分类:问答Embed Delphi window in another Delphi application
I have a frame in a Delphi 2007 application that I want to embed on a form in a Delphi 2010 application.I h开发者_C百科ave control over both applications, so the interface between them can be anything[详细]
2022-12-30 23:57 分类:问答How to localize Developer Express VCL components at Design Time in Delphi 2006?
I can only translate my application to my language u开发者_C百科sing TcxLocalizer at runtime, but I need this working also in design-time.[详细]
2022-12-30 16:09 分类:问答TStringGrid with BOTH editing AND range selection?
Question: Can anyone point to an article or code samples anywhere on how to provide BOTH editing AND range selection in a TStringGrid?[详细]
2022-12-30 13:59 分类:问答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 t[详细]
2022-12-30 13:14 分类:问答The ribbon control of Delphi 2010 has footer content in the application menu?
I\'d like to put some buttons in the footer content like the image below. (source: telerik.com) Is there a 开发者_运维知识库way to do this?Yes - just add an item to TRibbonApplicationMenuBar.OptionIt[详细]
2022-12-30 09:08 分类:问答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 I[详细]
2022-12-29 19:12 分类:问答Should app using VCL migrate?
Is VCL dead, or does it have a future as a GUI library? As CLX ended, is there any chance for cross-platform support in future releases?[详细]
2022-12-28 08:27 分类:问答RichEdit's EM_AUTOURLDETECT message not always sent
To describe this issue, the best would that you would test my application with following usecase: Application: http://ubuntuone.com/p/nF/[详细]
2022-12-28 03:53 分类:问答Disable hotkey on vcl controls
I do have a TPageControl t开发者_如何学Chat I do add and remove TTabsheet\'s from, and in the TTabsheets there are 2 TEdit\'s that the user can type firstname and lastname, when they do the Tab Captio[详细]
2022-12-27 11:17 分类:问答