Table of Contents

TAdvFormDesigner Class

Component used to allow runtime form designing.

Remarks

TAdvFormDesigner component is a component used to allow designing of forms at runtime. The component must always be owned by the form that must be edited. You can turn designing on and off using the Active property. This component provides several properties and events for customizing the way the form is being edited. Several methods are provided to persist form changes, like saving and loading the form to streams and files. In Scripter Studio Pro IDE, this component is used internally by the inplace form designer.

Syntax

Unit: FormDesigner

TAdvFormDesigner = class(TBaseAdvFormDesigner);