|
How to use TFormDesigner?
The using of TFormDesigner is as simple as 1-2:
- Drop TFormDesigner component onto the form
- Set Active property to True in your application:
FormDesigner1.Active:=True;
After it your form will turn to full-functional form designer!
|