TGDMRU Help


 

Hello, and thank-you for your support!  Galactical Data is a company that bases its pride in its customer satisfaction.  Just as with any of our products, your input is vital!  If you have ANY questions, comments or suggestions about this product, or ideas for new products you would like to see, feel free to email us at galactical@geocities.com.

 

Regards

Brandon Moro
CEO
Galactical Data


TGDMRU Help Contents

 

AllowDupes

Boolean

Choose how duplicates are handled

AutoShortCut

Boolean

Have TGDMRU assign Menu Shortcuts

DupeToTop

Boolean

If AllowDupes, moves dupe to top

MaxItems

Integer

Maximum items to store

MRUHint[ Integer ]

String

Modify an item's Hint
MRUImageIndex[ Integer ] Integer Modify an item's ImageIndex
MRUItems[ Integer ] String Modify an item's Name
MRUShortCut[ Integer ] TShortCut Modify an item's ShortCut
SortProc TListSortCompare User-defined proc for Custom SortType
SortType TGDMRUSortType How TGDMRU sorts the items

 

OnItemClick( Sender : TObject; ItemName : String; ItemIndex : Integer)

 

 

function AddItem(ItemName : String) : Integer
function AddItemEx(ItemName, Hint : String; ImageIndex : Integer; ShortCut : TShortCut) : Integer
function GetItemIndex(ItemName : String) : Integer
procedure INILoadMRU(FileName, Section : String)
procedure INIStoreMRU(FileName, Section : String)
procedure RegLoadMRU(RootKey : HKEY; RegKey : String)
procedure RegStoreMRU(RootKey : HKEY; RegKey : String; CanCreate : Boolean)
function RemoveItem(ItemName : String) : Boolean
function RemoveItemIndex(Index : Integer) : Boolean
procedure UpdateMenu(MenuItem : TMenuitem; AddSeperator : Boolean; StartIndex : Integer)
procedure UpdatePopupMenu(Popup : TPopupMenu; AddSeperator : Boolean; StartIndex : Integer)
procedure UpdateSubMenu(MenuItem : TMenuitem)

 


Properties:

Events:

Methods:


Version Information    top

  • Implemented all major functionality