getCollection

getCollection(): Collection;

The getCollection method of the JadeTableSheet class returns a reference to the collection attached to the associated sheet of the Table control by the listCollection or displayCollection method; for example:

coll := table1.accessSheet(1).getCollection;

If no collection is attached to the sheet, null is returned.