views:

207

answers:

3

Are there any tab controls available for Delphi where the tabs can be clicked and dragged to reorder them, like in a web browser?

+2  A: 

Raize PageControl (RC5 current version) has this ability.

Raize Software.

I've always liked his stuff.

Ryan J. Mills
+2  A: 

ExpressPageControl by devexpress can also do this. An article on how to do this from their knowledgebase: http://www.devexpress.com/Support/Center/kb/p/A1056.aspx

Marjan Venema
+5  A: 

Available in Delphi:

http://delphi.about.com/b/2009/05/13/how-to-move-pagecontrols-tabs-using-dragndrop.htm

Erwin
It is always (read: often) best to use the native Win32 controls when possible.
Andreas Rejbrand