work on store seans props in rxdbgrid

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1031 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
alexs75
2009-12-03 17:41:24 +00:00
parent 8929cff54a
commit 792b30e2a1
5 changed files with 56 additions and 139 deletions

View File

@ -152,6 +152,8 @@ const
sOptions = '.Options';
sCaption = '.Caption';
sIndex = '.Index';
sSortMarker = '.SortMarker';
sSortField = '.SortField';
implementation