<br><br><div class="gmail_quote">2010/10/25 luciano de souza <span dir="ltr"><<a href="mailto:luchyanus@gmail.com">luchyanus@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br>
My question is: is it possible to create all the interface with tform<br>
without using the Lazarus interfaces, in other words, only typing<br>
codes in a text editor?<br></blockquote></div><br>Yes, everything you can do in the form designer can be done in code too.<br><br>Take a look at all examples in lazarus\examples, (but not in the subdirectories) that don't use the form designer.<br>
<br>All the other examples could be converted to code-only, without .lfm file created by the designer.<br><br>Vincent<br><br>