TCMBtn is a button like in MS Internet Explorer 3.0. Component has the following mainadvantages:- inherited property Caption (is therefore automatically supplied at design time with CMBtn1, CMBtn2 and so on)- caption can contain an ampersand (&) followed by accelerator char- WordWrap property for Caption- automatic cutting of Caption with trailing '...' if needed- HelpContext property- PopupMenu property with selectable mouse button (left like in Internet Explorer or right like in other Delphi components)- no problems when calling windows help at OnClick event- no problems when help window is active and mouse leaves buttonmany more...
|