TIDEFormDesigner Class
Non-visual component that performs form-designing operations in the Scripter Studio IDE.
Remarks
TIDEFormDesigner is a non-visual component used to perform form-designing operations. Although it can be put separately in a Delphi form to allow run-time designing of that form, it is mostly used together with TIDEFormDesignControl to perform form designing operation in the Scripter Studio IDE. It contains a key property Engine which connects the designer to a TIDEEngine component so that it integrates itself automatically in the IDE engine.
Syntax
Unit: IDEMain
TIDEFormDesigner = class(TBaseAdvFormDesigner);
Properties
| Name | Description |
|---|---|
| Engine | Points to the TIDEEngine component that will perform all IDE control. |