Translation of "bCodeblock" in English
We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
Im Gegensatz zu dieser, bietet die Klasse bCodeblock aber einen Zugriff auf den Sourcecode.
Unlike this, bCodeblock offers an access to the source code.
Um einen dynamischen Wert zu definieren, kann auch ein Codeblock oder ein Objekt der Klasse bCodeblock übergeben werden.
A codeblock or an object of class bCodeblock can be specified for dynamic values.
Erst danach kann er mit der Methode bCodeblock:Eval() ausgeführt werden.
Only after this can be executed with the method bCodeblock:Eval().
Beschreibung bCodeblock:ErrorNo gibt den Fehlercode zurück, der beim Kompilieren des Sourcecodes aufgetreten ist.
Description bCodeblock:ErrorNo returns the error code which has occurred when compiling the source code.
In dem folgenden Beispiel wird ein Objekt der Klasse bCodeblock erzeugt, kompiliert und ausgeführt.
ENDIF The following sample creates an object of class bCodeblock and changes the source code afterwards.
Der geänderte Sourcecode muss mit der Methode bCodeblock:Compile() kompiliert werden.
The changed source code must then be compiled with the method bCodeblock:Compile().
Die Reihenfolge der Werte in dem Array muss mit der Reihenfolge der Variablennamen in dem Zugriff bCodeblock:ArgumentList übereinstimmen.
The order of the values in the array must be in the same the order as the variable names in the access bCodeblock:ArgumentList.
bCodeblock Beschreibung Der Codeblock wird verwendet, um für den aktuellen Datensatz im Datenserver den Gruppenwert für die untergeordneten Datensatzgruppen-Elemente zu ermitteln.
bCodeblock Description The codeblock is used to determine the group value of the record group items for the current record in the data server.
Ausdruck zur Ermittlung der Untergruppenwerte. Datentyp: bCodeblock
The expression to determine the sub group values. Data Type: bCodeblock
Im Sourcecode können die Variablen verwendet werden, die im Zugriff bCodeblock:ArgumentList definiert sind.
All variables which are defined in the access bCodeblock:ArgumentList can be used in the source code.
Beschreibung bCodeblock:Expression definiert den Sourcecode, der ausgeführt wird.
Description bCodeblock:Expression defines the source code which is evaluated.
Der Zugriff steht im direkten Zusammenhang mit dem Zugriff bCodeblock:ArgumentList.
The access is in direct correlation with the access bCodeblock:ArgumentList.
Nachdem der Sourcecode gesetzt wurde, gibt die Methode bCodeblock:IsCompiled() den Wert FALSE zurück.
After new source code is assigned, the method bCodeblock:IsCompiled() returns the value FALSE.