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
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
I can only translate my application to my language u开发者_C百科sing TcxLocalizer at runtime, but I need this working also in design-time.
Question: Can anyone point to an article or code samples anywhere on how to provide BOTH editing AND range selection in a TStringGrid?
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
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
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
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?
To describe this issue, the best would that you would test my application with following usecase: Application: http://ubuntuone.com/p/nF/
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