AlbertoVesx Posted February 19, 2013 Share Posted February 19, 2013 Properties Grid.HeaderTitle and Grid.HeaderTitleAlign can be modified at runtime? Quote Link to comment Share on other sites More sharing options...
x11 Posted December 9, 2020 Share Posted December 9, 2020 how to set TUnimDBGrid.HeaderTitle in runtime? unigui 1539 code not work: procedure DBGridSetHeaderTitle(UnimDBGrid: TUnimDBGrid; const sHeaderTitle: string); begin UnimDBGrid.HeaderTitle := sHeaderTitle; UniSession.AddJS('if(' + UnimDBGrid.JSName + '.header){' + UnimDBGrid.JSName + '.setTitle("' + sHeaderTitle + '")};'); end; thanx 1 Quote Link to comment Share on other sites More sharing options...
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.