Unit 'csvdocument' Package
[Overview][Types][Classes][Index] [#fcl]

TCSVDocument.HasRow

Test if a row exists.

Declaration

Source position: csvdocument.pp line 112

public function TCSVDocument.HasRow(

  ARow: Integer

):Boolean;

Arguments

ARow

  

Row index (zero based) to test for.

Function result

True if the specified row exists.

Description

HasRow returns True if aRow is a valid row index, i.e. is larger than or equal to 0 (zero) and is strictly less than RowCount.

See also

RowCount

  

Number of available rows.

HasCell

  

Test if a cell exists.


Documentation generated on: Jul 24 2023