Table of Contents

TAdvCustomFormDesigner.FormData Property

Contains a string representation of the current form.

Remarks

Use FormData property to retrieve a string representation of the current form being edited. You can save the string content somewhere and later write FormData property with the string value to retrieve the form state. Reading and writing FormData property is similar to save the form to stream or dfm, and later loading it.

Syntax

Unit: FormDesigner

property TAdvCustomFormDesigner.FormData: string

See also