[Overview][Classes][Variables] Reference for unit 'Unit2' (#mcl)

TForm1

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: unit2.pas line 14

type TForm1 = class(TForm)

  FileDataMemo: TMemo;

  

  procedure FileDataMemoChange();

  

  procedure FormShow();

  

public

  FileName: String;

  

  DataChanged: Boolean;

  

end;

Inheritance

TForm1

  

|

TForm

?

TObject