Platforms to show: All Mac Windows Linux Cross-Platform

Back to RFCTableMBS class.

RFCTableMBS.AppendNewRow as RFCStructureMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method RFC MBS Tools Plugin 20.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Creates a new row and appends it at the end of the table.

RFCTableMBS.AppendNewRows(numRows as Integer)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method RFC MBS Tools Plugin 20.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Appends a set of new empty rows at the end of the table and moves the table cursor to the first new row.

RFCTableMBS.AppendRow(row as RFCStructureMBS)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method RFC MBS Tools Plugin 20.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Appends the given structure at the end of the table.

RFCTableMBS.Clone as RFCTableMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method RFC MBS Tools Plugin 20.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Creates a copy of the given table and returns the handle to the new table.

RFCTableMBS.Constructor(TypeDescription as RFCTypeDescriptionMBS)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method RFC MBS Tools Plugin 20.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Creates a internal table object and returns the handle to the table.

RFCTableMBS.CurrentRow as RFCStructureMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method RFC MBS Tools Plugin 20.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Gets the structure handle to the current row.

RFCTableMBS.DeleteAllRows

Type Topic Plugin Version macOS Windows Linux iOS Targets
method RFC MBS Tools Plugin 20.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Deletes all rows from the table.

RFCTableMBS.DeleteCurrentRow

Type Topic Plugin Version macOS Windows Linux iOS Targets
method RFC MBS Tools Plugin 20.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Deletes the current row from the table.

RFCTableMBS.Destructor

Type Topic Plugin Version macOS Windows Linux iOS Targets
method RFC MBS Tools Plugin 20.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The destructor.

RFCTableMBS.InsertNewRow as RFCStructureMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method RFC MBS Tools Plugin 20.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Creates a new row and inserts it at the current position of the table cursor.

RFCTableMBS.InsertRow(row as RFCStructureMBS)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method RFC MBS Tools Plugin 20.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Inserts the given structure at the current position of the table cursor.

RFCTableMBS.MoveTo(row as Integer)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method RFC MBS Tools Plugin 20.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Moves the cursor from the current position to the position specified by the index.

RFCTableMBS.MoveToFirstRow

Type Topic Plugin Version macOS Windows Linux iOS Targets
method RFC MBS Tools Plugin 20.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Moves the current position to the first row of the table.

Some examples using this method:

RFCTableMBS.MoveToLastRow

Type Topic Plugin Version macOS Windows Linux iOS Targets
method RFC MBS Tools Plugin 20.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Moves the current position to the last row of the table.

RFCTableMBS.MoveToNextRow

Type Topic Plugin Version macOS Windows Linux iOS Targets
method RFC MBS Tools Plugin 20.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Moves the cursor from the current position to the next row.

Some examples using this method:

RFCTableMBS.MoveToPreviousRow

Type Topic Plugin Version macOS Windows Linux iOS Targets
method RFC MBS Tools Plugin 20.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Moves the cursor from the current position to the previours row.

RFCTableMBS.ReserveCapacity(numRows as Integer)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method RFC MBS Tools Plugin 20.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Reserves memory without changing the size of a table so that new rows can be appended without new memory allocation.

The items on this page are in the following plugins: MBS Tools Plugin.


The biggest plugin in space...