Skip to main content
A newer version of this page is available. .

TcxLocalizer.Active Property

Specifies whether the localization component is active.

Declaration

property Active: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

Set the Active property to True, to activate the localizer. If active, the localizer implicitly loads resource strings from a store based on the StorageType setting.

If a language has been dynamically changed at runtime, the localizer is automatically deactivated (the Active property is set to False). Set the Active property to True, to reactivate the localizer.

The default value of the Active property is False.

See Also