Porovnávané verzie
porovnané s
Kľúč
- Tento riadok sa pridal
- Riadok je odstránený.
- Formátovanie sa zmenilo.
%GetColName function
Function
The function returns the name of the specified structure column.
Declaration
| Blok kódu | ||||
|---|---|---|---|---|
| ||||
TEXT %GetColName(
HBJ in objRef,
INT in index
) |
Parameters
Example
The function returns the name of a given column of specified structure (or structure definition) as a text. Column The column is given by its serial positional number (starting with 1). Expression of Hbj type returns an object attribute \HBJ.
| Blok kódu | ||||
|---|---|---|---|---|
| ||||
%GetColName(SV.Structure\HBJ, 1) ; returns the value of "Text" %GetColName(SV.Structure\HBJ, 2) ; returns the value of "Int" %GetColName(SV.Structure\HBJ, 10) ; returns invalid value |
See also the attribute: \HBJ