for Delphi 1/2/3
ExtendedButtons Group |
There are Normal TButton, TSpeedButton and TBitBtn
with published "Align" property. U can set
"ALIGN" on design time. "Source" Code Available!!! (I Know It Is Very Short :) |
TEComboButton |
Replacement for TComboBox and TCheckBox where items
are not that many. Use follow property: Items : TStrings - Such TComboBox Items ItemIndex : Integer - Selected Item DefaultValue : String - Show Value when ItemIndex = -1 Source Code Available!!! |
Extended Tab Set Component |
Often TTabSet is used to control pages on some
TNotebook. ETabSet have property "NOTEBOOK",
where you muts fill TNotebook name. After this ETabSet
will control this notebook without any programing (In
design time too). If U assign OnChange event, U;ll loss runtime and design time page change. (There are bug in Delphi, see source for more) Source Code Available!!! |
Extended Tool Bar Component | EToolBar is Netscape 4 Toolbar, but is different. It
derive TPanel and can open and close. Source Code Available!!! |