[Overview][Classes][Variables] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: main.pas line 15
type TForm1 = class(TForm) |
||
Button1: TButton; |
|
|
procedure Button1Click(); |
|
|
procedure FormCreate(); |
|
|
end; |
|
||
| | ||
TForm |
||
? | ||
TObject |