RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TScreenTipsCollection.Add Method

Creates a new TCollectionItem instance and adds it to the Items array.

Pascal
function Add: TScreenTipItem;
C++
__fastcall TScreenTipItem Add();

Call Add to create an item in the collection. The new item is placed at the end of the Items array. 

Add returns the new collection item. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!