Vector Profile Topics Started Replies Created Engagements Favorites Search replies: Forum Replies Created Viewing 1 post (of 1 total) Author Posts January 24, 2015 at 8:13 am in reply to: How to: ShowCaption:=false how show Glyph in TsBitBitton centered exactly ? #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; ….. Author Posts Viewing 1 post (of 1 total)