[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Write handler for the TStrings.Strings property.
Source position: classesh.inc line 582
protected procedure TStrings.Put( |
Index: Integer; |
const S: String |
); virtual; |
Put is the write handler for the TStrings.Strings property. It does this by saving the object associated to the Index-th string, deleting the Index-th string, and inserting S and the saved object at position Index with TStrings.InsertObject
Descendent classes may wish to override Put to implement a more efficient method.
|
Indexed access to the strings in the list. |
|
|
Abstract read handler for the TStrings.Strings property. |
|
|
Write handler for the TStrings.Objects property. |
lazarus-ccr.sourceforge.net |