Vcl.ScreenTips.TScreenTipsCollection.Insert

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Insert(Index: Integer): TScreenTipItem;

C++

HIDESBASE TScreenTipItem* __fastcall Insert(int Index);

Properties

Type Visibility Source Unit Parent
function public
Vcl.ScreenTips.pas
Vcl.ScreenTips.hpp
Vcl.ScreenTips TScreenTipsCollection

Description

Creates a new TScreenTipItem and adds it to the Items array.

Call Insert to create a TScreenTipItem in the collection at the position specified by Index. Existing items (starting from the specified position) are moved up in the Items array.

Insert returns the new collection item.

See Also