[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Sets the value for the indexed Strings property.
Source position: valedit.pas line 91
protected procedure TValueListStrings.Put( |
Index: Integer; |
const S: string |
); override; |
Index |
|
Ordinal position for the value. |
S |
|
Value to store at the specified position. |
Put is a procedure used to store a value at the specified ordinal position. Put ensures that the TValueListEditor which owns the class instance hides a visible cell editor at the specified ordinal position. Put calls the inherited method to store the value in S at the position in Index. A visible cell editor in TValueListEditor is restored when needed.
Version 4.0 | Generated 2025-05-03 | Home |