Ulugbek Posted July 22, 2013 Posted July 22, 2013 Please help me I want popupmenu for unidbgrid// Don't work sorry i find solution i don't see popup demo in demo folder Quote
mhmda Posted July 22, 2013 Posted July 22, 2013 procedure TMainForm.UniDBGrid1MouseDown(Sender: TObject; Button: TMouseButton; Shift: TShiftState; X, Y: Integer); begin UniPopupMenu1.Popup(x+Left,y+Top); end; Quote
TNT23 Posted July 22, 2013 Posted July 22, 2013 You can use XComponents UniXDBGrid does the trick with no code.. 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.