[Overview][Types][Classes][Index] Reference for unit 'TextStrings' (#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.0 Generated 2025-05-03 Home