For all OTA gurus out there:

For all OTA gurus out there:
Is there an OTA functionality which allows me to add a unit name to the uses clause (either in the interface or in the implemenation section)?
I am thinking of something like it can be seen in the "Find Unit" refactoring.

Comments

  1. No, the OTA does not provide such functionality. The internal API has TPascalCodeUpdater for that, but I am not going to expand on that.

    ReplyDelete
  2. Uwe Schuster
    Well I realize that a presumably easy task is not going to be easily implemented. And no, I am not going to hack into the delphicoreide.

    ReplyDelete
  3. Uwe Schuster
     TPascalCodeUpdater.ImportUnit(Name: string) ?

    ReplyDelete

Post a Comment