[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Write handler for the TStrings.Strings property.
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 teh strings in the list. |
|
|
Abstract read handler for the TStrings.Strings property. |
|
|
Write handler for the TStrings.Objects property. |