ConfigView()

ConfigView() 1:

Changes the composition of a selectable view.

Syntax:

METHOD ConfigView : HRESULT
VAR_INPUT
    iObj:                I_Base;
    nViewIdx:            INT;
    bShow:               BOOL;
END_VAR

ConfigView() 2: Inputs

Name

Type

Description

iObj

I_Base

Object to be adjusted in a view

nViewIdx

INT

View (ID) to be customized

bShow

BOOL

Object is displayed (TRUE).

ConfigView() 3: Outputs

Name

Type

Description

ConfigView

HRESULT

Return value with feedback on the success of the execution

Requirements

Development environment

Target platform

PLC libraries to include

TwinCAT v3.1.4024.35

PC or CX (x64, x86)

Tc3_PlasticBaseApplication (>= v3.12.5.0)