Blame | Letzte Änderung | Log anzeigen | RSS feed
<html> <head> <title>Hello World Demo - Prado</title> </head> <body> <com:TForm> <com:TButton Text="Click me" OnClick="buttonClicked" /> </com:TForm> </body> </html>
<html>
<head>
<title>Hello World Demo - Prado</title>
</head>
<body>
<com:TForm>
<com:TButton Text="Click me" OnClick="buttonClicked" />
</com:TForm>
</body>
</html>