TTMSFNCLocalizationCollector.PrepareForDesignEdit Method
Resets the collected data and reloads it from the given folder, in preparation for an interactive design-time editing session.
API unit family: TMS.TMSFNCLocalizationCollector
Declaring type: TTMSFNCLocalizationCollector
Overloads
Overload 1
Resets the collected data and reloads it from the given folder, in preparation for an interactive design-time editing session.
procedure PrepareForDesignEdit(const AFolder: string); overload;
Parameters
| Name | Description |
|---|---|
AFolder |
Application output folder used to resolve an empty, dot-relative, or otherwise relative localization folder. |
Overload 2
Resets the collected data and reloads it, resolving the folder against the application folder and a per-user application-support folder. Design time only.
procedure PrepareForDesignEdit(const AAppFolder, ACompanyName, AProductName: string); overload;
Parameters
| Name | Description |
|---|---|
AAppFolder |
Application output folder. |
ACompanyName |
Company name used to build the per-user application-support folder. |
AProductName |
Product name used to build the per-user application-support folder. |