Is there any documentation or classic help file about the components of P4D? #401
Replies: 3 comments 6 replies
-
The short answer is no. You are welcome to contribute one. You may use the support forum for questions. And incidentally the Eval... methods return a result, the Exec... don't. |
Beta Was this translation helpful? Give feedback.
-
The standard way of contributing is to:
The standard way of generating component help is:
We need to decide on the tool which will determine the source code comment format. Once we do that then you can start documenting the source code, Documentation Insight supports the Delphi standard XML Documentation comments. PasDoc supports this format but also supports its own more terse format. My initial thought is to use the Delphi supported XML comments and PasDoc for output generation since it is open source and free. @lmbelo @jimmckeeth Any thoughts? |
Beta Was this translation helpful? Give feedback.
-
There are three advantages of using XMLDoc
I could try and help get a Document Insight by DevJet or Doc-o-Matic. Or you could use PasDoc. It really comes down to the preferences of who wants to write the documentation... |
Beta Was this translation helpful? Give feedback.
-
It is essential to have this because some doubts are difficult to understand only through the name of the method or property. Or reading and deepening inside the source code.
For example, what's the difference between EvalStrings and ExecStrings methods?
And for single questions like the previous one, it is excessive to investigate through many demos or a mountain of tutorials. We often need short and direct responses, like the ones we found in a help file or a manual.
Beta Was this translation helpful? Give feedback.
All reactions