Search Results

4
votes

In what order does Class Completion put its results?

This is a bit complicated to answer since it is dependent on how your methods are already arranged. If they're already implemented in alphabetical order, it will try and maintain that. If the IDE c …
6
votes

Adding forms and frames to packages

Vegar is on the right track. In order for the project manager to display the .dfm node, it needs to know that a form/frame/datamodule is associated with the pas file. It looks at the {Form1} commen …