Link to home
Start Free TrialLog in
Avatar of thomaspeter
thomaspeter

asked on

Print a form

I want to print a delphi form with all labels, buttons, edit-fields........

I want to make a hardcopy of a delphi form.
Do you have any procedure for this ?????
Is there a standard procedure included in Delphi ????


greetings from Austria

thomas

 
Avatar of delphized
delphized

procedure TForm1.Button1Click(Sender: TObject);
begin
  self.Print;
end;
ASKER CERTIFIED SOLUTION
Avatar of Mohammed Nasman
Mohammed Nasman
Flag of Palestine, State of image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
yes, I answered only the second question... :-P