ConfigDisplayLocalize()

Adjusts the display name for a trend value. The transferred key is embedded in the TF8550 function Plastic.Localize().
Syntax:
METHOD ConfigDisplayLocalize : HRESULT
VAR_INPUT
iObj: I_Base;
sKey: STRING(255);
bAppend: BOOL;
END_VAR
Inputs
Name | Type | Description |
|---|---|---|
iObj | I_Base | Object whose name is to be adjusted. |
sLocalization | Localization key to be displayed. | |
bAppend | BOOL | Passed localization key is to be appended to the existing display name. |
Outputs
Name | Type | Description |
|---|---|---|
ConfigDisplayLocalisation | HRESULT | Return value with feedback on the success of the execution |
Requirements
Development environment | Target platform | PLC libraries to include |
|---|---|---|
TwinCAT 4026 >= v3.1.4026.19 | PC or CX (x64, x86) | Tc3_PlasticBaseApplication (>= v12.14.0.0) |