How to: ShowCaption:=false how show Glyph in TsBitBitton centered exactly ? Root › Discussions › AlphaControls This topic has 2 replies, 2 voices, and was last updated 9 years, 9 months ago by Support. Viewing 3 posts - 1 through 3 (of 3 total) Author Posts January 14, 2015 at 7:26 pm #36418 VectorParticipant How to: ShowCaption:=false, how show Glyph in TsBitBitton centered exactly ??? All manupulatioin with aligment dont take effect – Glyph has small offset January 24, 2015 at 8:13 am #52964 VectorParticipant function TsBitBtn.TextRectSize: TSize; var R: TRect; DrawStyle: longint; begin if not ShowCaption then begin Result.cx := 0; Result.cy := 0; exit; end; ….. January 31, 2015 at 11:36 am #53042 SupportKeymaster Hello, Vector What version of used package? I can't repeat a wrong painting… Author Posts Viewing 3 posts - 1 through 3 (of 3 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In Root › Discussions › AlphaControls