Sets a value in the indexed Objects property.
Source position: textstrings.pas line 74
protected procedure TTextStrings.PutObject( |
Index: Integer; |
AnObject: TObject |
); override; |
Index |
|
Ordinal position for the indexed property value. |
AnObject |
|
TObject instance stored in the indexed property. |
| Version 4.4 | Generated 2025-11-08 | Home |