toolsapi Questions
2
Solved
In Delphi 2007 I can easily get the version information of the current project using the following ToolsAPI calls:
procedure Test;
var
ProjectOptions: IOTAProjectOptions;
Project: IOTAProject;
...
Wolfish asked 4/7, 2018 at 19:49
1
When an exception occurs the debugger gives me the following message:
I can choose to ignore the exception by checking ignore this exception type.
However doing this ignores this exception in a...
2
I'm writting a plugin to integrate the Delphi IDE Theme Editor with the Rad Studio IDE (the current version of this tool run as an external application) so far everything is working fine (see the b...
Oligopoly asked 28/3, 2012 at 19:44
1
Is it possible to highlight a specific line in active editor window just like Delphi IDE does when highlighting compiler errors?
1
We know that the specification of Dcu files is a secret and it will be changed every version. Is there ANY POSSIBLE way to explore the symbols in a dcu file in Delphi IDE? (Instead of using a decom...
3
Solved
I am working on a component in Delphi 7 and Delphi 2006, where I am using a unit which I need to add to the .dpr file of the project on which the component is dropped automatically.
Like the way Eu...
Distrustful asked 24/4, 2012 at 7:1
1
Solved
I want to use INTAIDEINsightService perhaps AddItem or AddActionList to add an entry to the IDE insight feature in Delphi.
According to the Delphi OTA wiki, INTAIDEINsightService allows you to re...
3
Solved
What I'm trying to do is to create an ability to view (not to edit) the HTML pages included into project. The Welcome Page already has embedded web browser, so it appears to be a good candidate for...
2
Solved
I have a component that I am building in Delphi XE that I want to be used in the following way:
User creates a new blank project.
User drops my component on the form.
Some special Designtime code...
1
Solved
I wanna insert a region in an edit view and then fold this region.
// fEditView: IOTAEditView;
var
writer: IOTAEditWriter;
begin
writer := fEditView.Buffer.CreateUndoableWriter;
//...
writer....
2
Solved
I want to create a simple IDE Expert for Delphi 7, like in the following image:
I've verified the links gave for this question but OTA Api newsgroup is dead, and most of the documentation is un...
3
I wrote Delphi debug visualizer for TDataSet to display values of current row, source + screenshot: http://delphi.netcode.cz/text/tdataset-debug-visualizer.aspx . Working good, but very slow. I did...
1
© 2022 - 2024 — McMap. All rights reserved.