 |
ALPHA-VISION® Bdc: LoadBdcDisplay
|
LoadBdcDisplay
SUMMARY
In BDCRUN the picture with the defined name is displayed.
SYNTAX
LoadBdcDisplay(
<name>);
ARGUMENTS
- name (type:string)
-
The name of the picture (Not the file)
DESCRIPTION
Wirkung
In the right window of the BDCRUN-Application the picture with the given
name is displayed.
EXAMPLES
LoadBdcDisplay("Bild1");
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