ToggleMultipleScreenshotSelection


function ToggleMultipleScreenshotSelection(MultipleScreenshotConfig: TcHmi.Symbol, ToggleResult: boolean): void

The ToggleMultipleScreenshotSelection function switches all Include properties of the transferred array depending on the value of the ToggleResult transfer value.

Parameter

Name

Type

Description

MultipleScreenshotConfig

TcHmi.Symbol

The server symbol of the type MultipleScreenshotConfiguration which contains the list of possible content from which a screenshot can be taken.

ToggleResult

boolean

If the value is true, all content from the server symbol is selected and if it is false, none is selected.

Return value

Type

Description

void

no return value

NuGet package: Beckhoff.TwinCAT.HMI.Plastic.Functions

Available: since version 12.18.0

Use: TC3 Plastic Application HMI Projects