Tips

メソッドの中でコメントを使用する別の強制的な理由 

日付2001/06/29
ID01-630
バージョンv6.5.x and 6.7.x
プラットフォームWindows and Mac

多くの開発者がエクスプローラーのプレビューウインドウで目に見えるそのメソッドに関する基礎的な情報を与えるメソッドの初めのコメントを使用します。特定の行為を実行するメソッドだがメソッドの名前を捜すことが未知数か忘れる場合、これは時間が節約されます。下に与えられた例は会社名のような適切な情報を含めるために修正することができます。作成された日付、修正された、またはこの人は理由も修正しました。一旦総括的なヘッダーが作成されればそれはテキストファイルに格納し、作成された各メソッドの始めにコピーされペーストされることができます。

Project Method: Shell_PROCESS_fCheckAvailable (longint) -> boolean
`
` This method is provided courtesy of the 4D University Programming Class
` "Application Building With 4th Dimension v6.7".
`
` Searching for answers? Be sure to check out the "About..." menu located in the
` Apple menu (Macintosh), or the Help menu (PC running Windows). There you can
` find online help for this example database, as well as a listing of numerous 4D
` resources available to you.

` Your local 4D University classes cover programming 4D Methods (like this one)
` in great detail. A link for current course descriptions and class schedules can
` be found in the "About..." dialog as well.
`
` Created By: Kent Wilbur
`
` Purpose: Check to see if an existing process is available to be reused