[Overview][Classes][Variables] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: unit2.pas line 14
type TForm1 = class(TForm) |
||
FileDataMemo: TMemo; |
|
|
procedure FileDataMemoChange(); |
|
|
procedure FormShow(); |
|
|
public |
||
FileName: String; |
|
|
DataChanged: Boolean; |
|
|
end; |
|
||
| | ||
TForm |
||
? | ||
TObject |