English | ||||
---|---|---|---|---|
During adding a component to the form or process, a window containing the basic description of the component is displayed as well as the parameter fields which have to be completed. These fields can be of different types to facilitate work and, depending on that, they have different functionalities. They have two working modes:
Ways of transferring values
After selecting the variable the parameter value is presented in the label form, which allows to delete the selected value by clicking the "x" or editing by clicking on the label.
After selecting the function, a window of function parameters appears, which have to be completed in the same way.
Parameters typesType: Basic typesBasic types allow to enter fixed values, process variables or functions that calculate the parameter value based on their own parameters. Entering variables or functions can be done directly in the field in edit mode or through the buttons placed on the right. There are following basic types:
Type: FunctionFunction type has only value in the function form. Type: VariableVariable type has only value in variable form.
Tabular fieldThe tabular field allows to enter any number of values. It consists of the same multifunctional fields. Subsequent fields can be added or removed using the buttons on the right of the field. In a table field element, you can specify both a table variable, a header variable and a function that returns table or a single value. If in the parameter you give, eg.: 2 table elements (eg two tabular variables), they will be flattened (summed up) to one table. Suppose you transfer to the parameter a table variable with values ["a", "b"], header variable with the value "c" and the next table variable with values ["d", "e"] then in the component this parameter will be summed value ["a", "b", "c", "d", "e"].
Preview of valuesDepending on the selected value, the corresponding preview is displayed. Navy blue - variable, green - function, gray - fixed value.
|
Polish | ||||
---|---|---|---|---|
W momencie dodania komponentu do formularza lub procesu wyświetlane jest okno zawierające podstawowy opis komponentu, a także pola parametrów, które należy uzupełnić. Pola te w celu ułatwienia pracy mogą być różnego typu i w zależności od tego posiadają różne funkcjonalności. Posiadają one dwa tryby pracy:
Sposoby przekazywania wartości
Typy parametrówTyp: Typy podstawoweTypy podstawowe pozwalają na wprowadzanie wartości stałych, zmiennych procesu lub funkcji, które wyliczą wartość parametru na podstawie własnych parametrów. Wprowadzanie zmiennych lub funkcji może odbywać się w bezpośrednio w polu w trybie edycji lub poprzez przyciski umieszczone z prawej strony. Wyróżniamy następujące podstawowe:
Typ: FunkcjaTyp funkcyjny przyjmuje tylko wartości w postaci funkcji. Typ: ZmiennaTyp zmienna przyjmuje tylko wartości w postaci zmiennej. Pole tabelarycznePole tabelaryczne pozwala podać dowolną ilość wartości. Składa się z takich samych pól wielofunkcyjnych. Kolejne pola mogą być dodawane lub usuwane za pomocą przycisków z prawej strony pola. W elemencie pola tabelarycznego możemy podać zarówno zmienną tablicową, zmienną nagłówkową oraz funkcję zwarcającą tablicę lub pojedynczą wartość. Jeżeli w parametrze podamy np.: 2 elemnty tablicowe (np.: dwie zmienne tabelaryczne), to zostaną one spłaszczone (zsumowane) do jednej tabliczy. Załóżmy, że przekazujemy do parametru zmienna tablicową z wartościami ["a", "b"], zmienną nagłówkową z wartością "c" oraz kolejną zmienną tablicową z wartościami ["d", "e"] to w komponencie parametr ten będzie mieć zsumowaną wartość ["a", "b", "c", "d", "e"].
Podgląd wartościW zależności od wybranej wartości wyświetlany jest odpowiedni dla nich podgląd. Granatowy - zmienna, zielony - funkcja, szary - stała wartość
|
...