lazarus-ccr/components/rx/rx_sort_fbdataset.lpk
alexs75 c2e3789352 1. RxDBGrid - create new shortcat - Ctrl+A - select all rows
2. RxDBGrid - new procedure - SelectAllRows
3. RxDBGrid - try to fix error with edit Lockup filed in modal dialogs
4. RxDBGrid - add new key strokes:
    rxgcSelectAll - select all rows
    rxgcDeSelectAll - deselect all rows
    rxgcInvertSelection - invert selection
    rxgcOptimizeColumnsWidth - Optimize all columns width
5. New packet (rx_sort_fbdataset.lpk) and component (TRxSortFBDataSet) - add to project sort engine for FBDataSet


git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2536 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-09-24 14:21:22 +00:00

48 lines
1.2 KiB
XML

<?xml version="1.0"?>
<CONFIG>
<Package Version="4">
<Name Value="rx_sort_fbdataset"/>
<CompilerOptions>
<Version Value="11"/>
<SearchPaths>
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)/"/>
</SearchPaths>
<Other>
<CompilerMessages>
<MsgFileName Value=""/>
</CompilerMessages>
<CompilerPath Value="$(CompPath)"/>
</Other>
</CompilerOptions>
<Files Count="2">
<Item1>
<Filename Value="rxsortfbdataset.pas"/>
<HasRegisterProc Value="True"/>
<UnitName Value="RxSortFBDataSet"/>
</Item1>
<Item2>
<Filename Value="exsortfb.pas"/>
<UnitName Value="exsortfb"/>
</Item2>
</Files>
<Type Value="RunAndDesignTime"/>
<RequiredPkgs Count="3">
<Item1>
<PackageName Value="rxnew"/>
</Item1>
<Item2>
<PackageName Value="fbdemofpc"/>
</Item2>
<Item3>
<PackageName Value="FCL"/>
</Item3>
</RequiredPkgs>
<UsageOptions>
<UnitPath Value="$(PkgOutDir)"/>
</UsageOptions>
<PublishOptions>
<Version Value="2"/>
</PublishOptions>
</Package>
</CONFIG>