Vcl.ScreenTips.TScreenTipsCollection.Add

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Add: TScreenTipItem;

C++

HIDESBASE TScreenTipItem* __fastcall Add();

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 Add to create a TScreenTipItem in the collection. The new TScreenTipItem is placed at the end of the Items array. Add returns the new collection item.

See Also