Difference between revisions of "ATTabs"

From Free Pascal wiki
Jump to navigationJump to search
m
m (language bar moved to template (easier to add other languages))
Line 1: Line 1:
<small>
+
{{ATTabs}}
[[ATTabs/de|'''{{#language:de}} (de)''']] |
+
 
[[ATTabs|'''{{#language:en}} (en)''']]
 
</small>
 
<br/>
 
 
= About =
 
= About =
  

Revision as of 13:33, 17 May 2015

Deutsch (de) English (en) русский (ru)

About

ATTabs is a tab-control component for Delphi and Lazarus. It's not replacement for standard tab control, but is alternative one, it has different API. It paints tabs OS-indenendant, using custom drawing on canvas.

Screenshot

ATTabs demo.png

Bug reporting

Please add your wishes and bug reports to Github issues page.

Author

Alexey Torgashin (Russia).

License

MPL 2.0.

Download

Latest version, with demo app, is always at Github page.

System requirements

  • Lazarus: 1.2.0
  • Tested on: Windows 7, Linux (Ubuntu 14.04)

Installation

  • Download the zip file from Github using "Download ZIP" button.
  • No installation into Lazarus needed, just unpack file ATTabs.pas to any folder.

Usage

  • Component doesn't support Lazarus designer, you need to create TATTabs objects at runtime.
  • See API documentation at "Wiki" page of Github page.