dark_mode EN
  • Method WTable :LoadData
  • Parameters
    aData

    Array of type { {cell1, cell2, ..., cellN}, ..., {cell1, cell2, ..., cellN} ) with the data to be loaded

    lRecno

    True if the first column (the cell1 values) contains a unique key for each row. If you want that column to be visible, you must set the lShowID property to true. By default, it is false.

    lReverse

    True if the data provided is converted into rows. By default, it is false

  • Return value
    nil

Loads table data.

Previous chevron_left Next chevron_right