Difference between revisions of "TForm"

From Lazarus wiki
Jump to navigationJump to search
(Created page with "{{TForm}} <br> TForm is the class of a form object. All forms created at design time can be derived from [http://lazarus-ccr.sourceforge.net/docs/lcl/forms/tform.html TForm]. ...")
 
(Sprache ehrm language ;))
Line 7: Line 7:
 
<br>
 
<br>
 
== Further information ==
 
== Further information ==
Simple examples and more information on using forms are to find under the [[Form Tutorial]].
+
Simple examples and more information on using forms can be found in the [[Form Tutorial]].

Revision as of 15:04, 11 May 2014

Deutsch (de) English (en) suomi (fi) français (fr) 日本語 (ja) русский (ru) 中文(中国大陆)‎ (zh_CN)

TForm is the class of a form object. All forms created at design time can be derived from TForm.

The form represents a window or dialog box that forms the user interface of an application. It is the container on which all other components (eg buttons, labels, edit fields, images...) can be inserted.

Further information

Simple examples and more information on using forms can be found in the Form Tutorial.