RxDBGrid - new property TRxCollumn.SortField - define custom sort field(s) for grid collumn

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2896 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
alexs75
2014-02-08 11:02:58 +00:00
parent 82953d2169
commit 3128e2a844
18 changed files with 420 additions and 234 deletions

View File

@ -597,15 +597,6 @@ begin
ABounds := Screen.MonitorFromPoint(P).BoundsRect;
{ if PopupOrigin.X + Width > ABounds.Right then
Left := ABounds.Right - Width
else
Left := PopupOrigin.X;
if PopupOrigin.Y + Height > ABounds.Bottom then
Top := ABounds.Bottom - Height
else
Top := PopupOrigin.Y;}
Y := P.Y + Height;
if Y + FPopup.Height > ABounds.Right then
Y := P.Y - FPopup.Height;