Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Code Block
languagecpp
themeConfluence
FUNCTION xpfSetTableInstanceColumnsValue (tableInstanceId                                 : GENERIC;
                                          rowNumber                                       : INTEGER;
                                          columns                                         : INTEGER;  (* Number of columns to populate
*)                                           columnNumberOrColumnName1 : GENERIC; dataValue1 : GENERIC;
                     
                                                             . . .
                               . . .",
                                          columnNumberOrColumnNameN : GENERIC; dataValueN : GENERIC)
                                          rowNumber                                       : INTEGER;

<missing description>

Arguments

...

...

TypeNameComment
GENERICtableInstanceIdcomments
INTEGERrowNumber 
INTEGERcolumnsNumber of columns to populate
GENERICcolumnNumberOrColumnName(n) 
GENERICdataValue(n) 

Return Value

...

  <Missing return>

TypeNameComment
INTEGERrowNumbercomments

Options

...

<Missing options>

 

...