TIDEProjectFile.LoadFormFromString Method
Loads the form (if exists) from the string AString previously saved. Parameter ADMFormat specified if the string contains the form resource saved in binary or text format.
Syntax
Unit: IDEMain
procedure TIDEProjectFile.LoadFormFromString(AString: string; ADFMFormat: TDFMFormat = TDFMFormat.dfmText);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| AString | string | ||
| ADFMFormat | TDFMFormat | Optional: Default value is TDFMFormat.dfmText |