TTMSFNCLocalizationCollector.AnalyzeComponent Method
Scans the given component and its child components and collects their localizable strings under the given category.
API unit family: TMS.TMSFNCLocalizationCollector
Declaring type: TTMSFNCLocalizationCollector
Syntax
procedure AnalyzeComponent(ACategory: string; AComponent: TComponent);
Parameters
| Name | Description |
|---|---|
ACategory |
Name of the top-level group the scanned component is filed under, for example a form or data module category. |
AComponent |
Component to scan. |