Questions tagged [opentools]
17 questions
0
votes
1 answer
Delphi OpenTools API get component property
I'm implementing a package to convert and auto-generate components in the delphi IDE. I'm aware that GExperts has a similar function but I need to customize some specific properties.
Right now I'm stuck on accessing the TADOQuery.SQL property,…

tsmr
- 198
- 11
0
votes
1 answer
How to create new IOTAComponent on Delphi form
I am trying to write Delphi Open Tools API tool for automatic generation and update of the components that are placed on the datamodule or on the form. I can already list all the components (each one is represented by the instance of (the class of)…

TomR
- 2,696
- 6
- 34
- 87