Jump to content

How do you change FontSize of inlineEditer of UniDBGrid?


yoshimi sakata

Recommended Posts

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

post-347-0-52349100-1327322173_thumb.png

Link to comment
Share on other sites

  • 4 weeks later...
  • Administrators

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

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...