#What is the function of the caption attribute of the form?
The form Caption property is used to determine the title of the form.
Related introduction:
A form is a document that can be used to collect information. It consists of two parts. One part is entered by the form designer, and the person who fills out the form cannot change the text or graphics. Form designers can insert questions they want answered, lists of options, tables of information, and more. The other part is entered by the form filler and is a blank area used to collect and organize information from the form filler. Form designers can insert form fields or ActiveX controls into documents to provide form fillers with a place to collect data.
Purpose
1. View and input data;
2. Control the process of the application;
3. Customize the dialog box : Provide users with system information;
4. Print database information;
5. You can make the document protected and cannot be copied by "filling in the form";
The above is the detailed content of What is the function of the form's caption attribute?. For more information, please follow other related articles on the PHP Chinese website!