Unit 'TextStrings' Package
[Overview][Types][Classes][Index] [#lazutils]

TTextStrings.PutObject

Sets a value in the indexed Objects property.

Declaration

Source position: textstrings.pas line 74

protected procedure TTextStrings.PutObject(

  Index: Integer;

  AnObject: TObject

); override;

Arguments

Index

  

Ordinal position for the indexed property value.

AnObject

  

TObject instance stored in the indexed property.


Version 4.4 Generated 2025-11-08 Home