TargetRegionControl
The TcHmiRegion control instance that represents the selected page.
![]() | This attribute is obsolete. Please use this attribute: TargetRegionControlSymbol |
Schema: tchmi:framework#/definitions/TcHmi.Controls.System.TcHmiRegion
Attribute getter
public getTargetRegionControl(): TcHmi.Controls.System.TcHmiRegion | null | undefined;Parameter
Name | Type | Description |
|---|---|---|
- | - | - |
Return value
Type | Description |
|---|---|
The current value of the attribute. |
Attribute setter
public setTargetRegionControl (valueNew: TcHmi.Controls.System.TcHmiRegion | null): void;Parameter
Name | Type | Description |
|---|---|---|
valueNew | The new value of the attribute. If null is passed, the internal default value is used. |
Return value
Type | Description |
|---|---|
void | No return value. |
![]() | Available from version 1.12 |
