
Coding/Listing :
public
{ Public declarations }
procedure aktif;
procedure nonaktif;
procedure bersih;
procedure tampil;
end;
var
Form1: TForm1;
implementation
{$R *.dfm}
procedure TForm1.aktif;
begin
eid.Enabled := true;
enama.Enabled := true;
epass.Enabled := true;
ealamat.Enabled...