AlbertoVesx Posted February 19, 2013 Posted February 19, 2013 Properties Grid.HeaderTitle and Grid.HeaderTitleAlign can be modified at runtime? Quote
x11 Posted December 9, 2020 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
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.