Are there some good tutorials on using ActionLists?
When should I consider ActionLists and when should I not use them?
Would I (or should I?) use ActionList to handle popupmenu's, where the popupmenus change depending on the underlying data?
If I have both an Action for a tButton and an OnClick event for that same tButton, what happens first - the action or the event?