[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Sets the cell value at the specified position.
Source position: valedit.pas line 172
protected procedure TValueListEditor.SetEditText( |
ACol: LongInt; |
ARow: LongInt; |
const Value: string |
); override; |
ACol |
|
Column number for the new value. |
ARow |
|
Row number for the new value. |
Value |
|
Value to store in the Cells for the control. |
SetEditText is an overridden procedure used to set the value for the cell at the specified column and row position. SetEditText calls the inherited method, and stores the string in AValue in the Cells property.
|
Provides indexed access to a cell value by its column and row number. |
|
|
Locks, updates, and unlocks the editor and cell text at the specified coordinates. |
Version 4.0 | Generated 2025-05-03 | Home |