TTMSFNCMemoLines.InsertObject Method
Inserts a line with an associated object at the specified position.
API unit family: TMSFNCMemo
Declaring type: TTMSFNCMemoLines
Syntax
procedure InsertObject(Index: Integer; const S: string; AObject: TObject); override;
Parameters
| Name | Description |
|---|---|
Index |
Zero-based index at which to insert the line. |
S |
Text of the line to insert. |
AObject |
Object associated with the inserted line. |