Advertisement
TLama

Untitled

Jan 22nd, 2014
341
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Delphi 0.20 KB | None | 0 0
  1. BarItem := ActionManager1.ActionBars.Add;
  2. BarItem.ActionBar := RGroup;
  3.  
  4. for K := 0 to ButtonNames.Count - 1 do
  5. begin
  6.   BarAction := BarItem.Items.Add;
  7.   BarAction.Caption := ButtonNames[K];
  8. end;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement