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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...