GetTableRowCount
Version history
This function was introduced in Quick PDF Library version 7.16.
Description
Returns the number of rows in the specified table.
Syntax
Delphi
function TDebenuPDFLibrary1811.GetTableRowCount(TableID: Integer): Integer;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::GetTableRowCount(TableID As Long) As Long
DLL
int DPLGetTableRowCount(int InstanceID, int TableID)
Parameters
TableID | A TableID returned by the CreateTable function |