[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Indicates if the specified row is empty.
Source position: valedit.pas line 191
public function TValueListEditor.IsEmptyRow: Boolean; |
aRow: Integer |
):Boolean; |
True if the specified row has empty key name and value cells.
aRow |
|
Row number to examine in the method. |
IsEmptyRow is an overloaded Boolean function used to determine the Key name and Value for a row contain empty string values (''). One variant omits the row number parameter, and assumes the current Row is used for the comparison. The other variant includes the row number parameter and performs the check for empty values.
The return value is True when Strings contains no entries, or when Cells for the specified row number have empty string values ('') in both columns.
|
Stores the keys, values, and item definitions in the control. |
|
|
Row number for the selected grid cell. |
|
|
Provides indexed access to a cell value by its column and row number. |
Version 4.0 | Generated 2025-05-03 | Home |