yoshimi sakata Posted January 23, 2012 Posted January 23, 2012 Hello, How do you change FontSize of InlineEditer of UniDBGrid? object UniDBGrid1: TUniDBGrid Font.Height = -48 ParentFont = False TabOrder = 0 Columns = < item FieldName = 'ID' Title.Caption = 'ID' Width = 264 Visible = True Font.Height = -48 Alignment = taRightJustify Expanded = False end item FieldName = 'NAME' Title.Caption = 'NAME' Width = 524 Visible = True Font.Height = -48 Expanded = False end> end Quote
Administrators Farshad Mohajeri Posted February 16, 2012 Administrators Posted February 16, 2012 Logged #1274 Issue will be fixed in next release. Hello, How do you change FontSize of InlineEditer of UniDBGrid? object UniDBGrid1: TUniDBGrid Font.Height = -48 ParentFont = False TabOrder = 0 Columns = < item FieldName = 'ID' Title.Caption = 'ID' Width = 264 Visible = True Font.Height = -48 Alignment = taRightJustify Expanded = False end item FieldName = 'NAME' Title.Caption = 'NAME' Width = 524 Visible = True Font.Height = -48 Expanded = False end> end Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.