RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TRibbonApplicationMenuBar.RecentItems Property

Recent items displayed in right pane of Application.

Pascal
property RecentItems: TOptionItems;
C++
__property TOptionItems RecentItems;

RecentItems are displayed in the right pane of the Application Menu. RecentItems can be added dynamically using one of the RecentItems helper methods. To handle the user clicking on a Recent Item, use the OnRecentItemClick event. 

 

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