Porovnávané verzie

Kľúč

  • Tento riadok sa pridal
  • Riadok je odstránený.
  • Formátovanie sa zmenilo.

...

Similarly, if a local variable is of RECORD type , or type ALIAS, then access to the item (optionally an index) must necessarily follow the name. For example:

...

Kotva
identifikator_stlpca_struktury
identifikator_stlpca_struktury
Identifier of structure column

...

Row is A structure column is identified by its name. Therefore, structure row column identifier can be defined in two ways:

  • SV.StructureName[...]^ColumnName - in case of the object of Structured variable type
  • _locRecord[...]^ColumnName - in case of a local variable of RECORD type

...

Kotva
identifikator_polozky
identifikator_polozky
Identifier of structure item

...

Row A structure item is identified by its name. Therefore, structure row item identifier can be defined in two ways:

...