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...
Clea asked 5/6, 2016 at 13:32

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?
Mariahmariam asked 19/3, 2014 at 6:42

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...
Drove asked 14/12, 2012 at 7:27

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...
Kaitlinkaitlyn asked 13/4, 2012 at 20:25

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...
Silver asked 9/11, 2011 at 23:1

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...
Subsidy asked 19/7, 2011 at 15:28

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....
Byzantine asked 3/8, 2010 at 10:12

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...
Trundle asked 20/12, 2010 at 10:45

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...
Kimmi asked 31/3, 2010 at 20:14
1

© 2022 - 2024 — McMap. All rights reserved.