LoadDisplayEx

SUMMARY

In BDCRUN the picture with the defined name is displayed.

SYNTAX

LoadBdcDisplayEx(<name, x, y>);

ARGUMENTS

name (type:string)
The name of the picture (Not the file)
x (type:integer)
X-Coordinate of the picture point to be displayed in the centre of the window.
y (type:integer)
Y-Coordinate of the picture point to be displayed in the centre of the window.

DESCRIPTION

Effect
In the right window of the BDCRUN-Application the picture with the given name is displayed. In addition the picture is centered according the defined X/Y coordinates, in that way the picture can be targeted at a wanted position.

EXAMPLES

LoadBdcDisplayEx("Bild1", 400, 800);


Syntax Notation
[aaa]
aaa is optional (zero or one occurences)
(aaa|bbb)
aaa exclusive or bbb
(aaa)*
aaa may occur indefinitely often or may be omitted
(aaa)+
aaa may occur indefinitely often but at least once
(aaa)m..n
aaa may occur from m to n times