Guest luizlh Posted August 17, 2012 Posted August 17, 2012 Hi, How do you change TUniDBGrid options at runtime? Congratulations for great work with UniGUI! TIA Luiz luizlh@gmail.com Quote
Administrators Farshad Mohajeri Posted August 17, 2012 Administrators Posted August 17, 2012 Not all Options can be changed after uniDBGrid is displayed. What particular option do you want to change? Quote
Guest luizlh Posted August 24, 2012 Posted August 24, 2012 Not all Options can be changed after uniDBGrid is displayed. What particular option do you want to change? Hi Farshad, I would like change at runtime option dgEditing to false TIA Luiz Quote
Ronak Posted August 27, 2012 Posted August 27, 2012 uses DBGrids; UniDBGrid1.Options:= UniDBGrid1.Options - [dgEditing]; Syntex : UniDBGrid1.Options:= UniDBGrid1.Options -[dgXxxFalse] +[dgXxxTrue] 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.