Table of Contents

TIDEEngine.DesignControl Property

Gets or sets the TIDEFormDesignControl component that handles form designing in the IDE.

Remarks

Contains a reference to the TIDEFormDesignControl component that will handle the designing of the project forms. You only need to set this property if you are building your own custom IDE. If you are using TIDEDialog component to display the predefined IDE, this property will be set automatically. Assigning the component to this property is the same as associating the Engine property of component to this TIDEEngine.

Syntax

Unit: IDEMain

property TIDEEngine.DesignControl: TIDEFormDesignControl

See also