Vcl.ScreenTips.TScreenTipsCollection.Items

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Items[Index: Integer]: TScreenTipItem read GetItem write SetItem; default;

C++

__property TScreenTipItem* Items[int Index] = {read=GetItem, write=SetItem/*, default*/};

Properties

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

Description

TScreenTipItems arrays.

Items is the collection of TScreenTipItems arrays.

See Also