Translation of "bCodeblock" in German
We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
Class bCodeblock makes possible the compilation and execution of variable source code at runtime.
Die Klasse bCodeblock ermöglicht das Kompilieren und Ausführen von Sourcecode während ein Programm ausgeführt wird.
If this value is a codeblock or an object of the class bCodeblock then this will be evaluated and the result is returned.
Ist dieser Wert ein Codeblock oder ein Objekt der Klasse bCodeblock,
Only after this can be executed with the method bCodeblock:Eval().
Erst danach kann er mit der Methode bCodeblock:Eval() ausgeführt werden.
Description bCodeblock:ErrorNo returns the error code which has occurred when compiling the source code.
Beschreibung bCodeblock:ErrorNo gibt den Fehlercode zurück, der beim Kompilieren des Sourcecodes aufgetreten ist.
The changed source code must then be compiled with the method bCodeblock:Compile().
Der geänderte Sourcecode muss mit der Methode bCodeblock:Compile() kompiliert werden.
The order of the values in the array must be in the same the order as the variable names in the access bCodeblock:ArgumentList.
Die Reihenfolge der Werte in dem Array muss mit der Reihenfolge der Variablennamen in dem Zugriff bCodeblock:ArgumentList übereinstimmen.
bCodeblock Description The codeblock is used to determine the group value of the record group items for the current record in the data server.
bCodeblock Beschreibung Der Codeblock wird verwendet, um für den aktuellen Datensatz im Datenserver den Gruppenwert für die untergeordneten Datensatzgruppen-Elemente zu ermitteln.
The expression to determine the sub group values. Data Type: bCodeblock
Ausdruck zur Ermittlung der Untergruppenwerte. Datentyp: bCodeblock
All variables which are defined in the access bCodeblock:ArgumentList can be used in the source code.
Im Sourcecode können die Variablen verwendet werden, die im Zugriff bCodeblock:ArgumentList definiert sind.
Description bCodeblock:Expression defines the source code which is evaluated.
Beschreibung bCodeblock:Expression definiert den Sourcecode, der ausgeführt wird.
The access is in direct correlation with the access bCodeblock:ArgumentList.
Der Zugriff steht im direkten Zusammenhang mit dem Zugriff bCodeblock:ArgumentList.
After new source code is assigned, the method bCodeblock:IsCompiled() returns the value FALSE.
Nachdem der Sourcecode gesetzt wurde, gibt die Methode bCodeblock:IsCompiled() den Wert FALSE zurück.
bCodeblock:IsCompiled() checks whether the Sourcecode was compiled with the method bCodeblock:Compile().
Mit der Methode bCodeblock:IsCompiled() kann geprüft werden, ob der Sourcecode kompiliert wurde.