Record_RowId - DataList_
Indicates the rowid of the database row in the specified datalist row
Type: Property
Access: Read/Write
Data Type: RowID
Parameters: None
Parameters
| Parameter | Type | Description |
|---|---|---|
| row# | Integer |
Syntax
Property RowID Record_RowId
| Access Type | Syntax |
|---|---|
| Read Access: | Get Record_RowId to RowIDVariable |
| Write Access: | Set Record_RowId to RowIDVariable/Value |
Description
Record_rowid indicates the RowId of the record in the specified datalist row.
Rowid riOfInterest
Integer iRow
// Get or Move the datalist row number of interest to iRow Get
Record_rowid [of object] item iRow to riOfInterest