Standard function annotation format;
/ / =========================================================================================================================================================================================== ================== // function name: // author: // date: // function: // input parameters: // return value: // modify the record: / / =========================================================================================================================================================================================== ==================
Example: // =============================================== ==================== // function name: RecordIsExist // author: jiangjingsong // date: 2004-02-22 // function: determine the current to be inserted or updated Documentation has existing // input parameters in the original table: BM (table name) The name // zdm (field name) of the table to be found is // zdz (field value) to be found in the table needs to be compared Value // Return Value: Type (Boolean) // Returns True Indicates that there is a record like a record inserted in the current table; // Returns false indicates that the record currently inserted does not exist in the table. // Modify record: / / =========================================== ======================= Attach: I have a complete Delphi program development specification, including some of the experience of the former and some additions to their own supplements. Come to the email (because it is too big to send it, the size limit of 64K is very annoyed): haitian19800120@163.com