Visu_InputFlags (ENUM)ΒΆ

TYPE Visu_InputFlags :

Attributes:
qualified_only
InOut:

Name

Initial

Comment

None

16#0

Password

16#1

Used for password input

CenterOnElement

16#2

the dialog will be openend, centered on the visu-element

NestedInputDialog

16#4

the dialog has an element, that is used as editcontrol

ErrorMin

16#8

Input error: the value is not within the min-border

ErrorMax

16#10

Input error: the value is not within the max-border

ShowLimitsExceeded

16#20

The dialog will show, that the input is not within the min/max-setting

GlobalOpenCloseDialog

16#40

The dialog is opened or closed for all clients

DataTypeMismatch

16#80

The data type does not match for text variable and text input variable

InitialInputAsHex

16#100

set, if the format, set in the inputconfig, is hex

InitialInputAsDec

16#200

set, if the format, set in the inputconfig, is dec

DynamicPosition

16#400

the dialog has a dynamic position, so the client will calculate it

NOT_RIGHT

16#800

See Dialog Open Flags

NOT_BOTTOM

16#1000

NOT_LEFT

16#2000

NOT_TOP

16#4000

dont use 16#8000 as this is used for: VAR_EXTENSION_CONVERSION!