abfApplicationProperties1Restore method

Applies to
TForm2

Declaration
procedure abfApplicationProperties1Restore(Sender: TObject);

Implementation

procedure TForm2.abfApplicationProperties1Restore(Sender: TObject);
begin try
if ((not self.FilterGraph1.Active)and(NoteBook1.PageIndex=4)) then
   self.draw_logo.Enabled :=true;
except
on E : Exception do _log_entry_error(E.ClassName,E.Message,'C50000');
end;End;


HTML generated by Time2HELP
http://www.time2help.com