[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Locates the row with the specified Key name.
Source position: valedit.pas line 186
public function TValueListEditor.FindRow( |
const KeyName: string; |
out aRow: Integer |
):Boolean; |
KeyName |
|
Key name to locate in the method. |
aRow |
|
Relative row number for the specified key name. |
True when the key name exists in the control.
FindRow is a Boolean function used to locate the row with the specified Key name.
aRow contains the relative row number where KeyName was located. The row number is relative to the fixed title caption row (when visible).The value in aRow is not updated if KeyName is not found in Strings.
The return value is True when KeyName exists in the Strings property.
|
Stores the keys, values, and item definitions in the control. |
|
|
Number of the fixed rows in the grid. |
|
Version 4.0 | Generated 2025-05-03 | Home |