Last change
on this file since 881 was 828, checked in by Kevin Toppenberg, 14 years ago |
Sortable grids, fixed hint-bug
|
File size:
677 bytes
|
Rev | Line | |
---|
[828] | 1 | package SortStringGridPackage;
|
---|
| 2 |
|
---|
| 3 | {$R *.res}
|
---|
| 4 | {$ALIGN 8}
|
---|
| 5 | {$ASSERTIONS ON}
|
---|
| 6 | {$BOOLEVAL OFF}
|
---|
| 7 | {$DEBUGINFO ON}
|
---|
| 8 | {$EXTENDEDSYNTAX ON}
|
---|
| 9 | {$IMPORTEDDATA ON}
|
---|
| 10 | {$IOCHECKS ON}
|
---|
| 11 | {$LOCALSYMBOLS ON}
|
---|
| 12 | {$LONGSTRINGS ON}
|
---|
| 13 | {$OPENSTRINGS ON}
|
---|
| 14 | {$OPTIMIZATION ON}
|
---|
| 15 | {$OVERFLOWCHECKS OFF}
|
---|
| 16 | {$RANGECHECKS OFF}
|
---|
| 17 | {$REFERENCEINFO ON}
|
---|
| 18 | {$SAFEDIVIDE OFF}
|
---|
| 19 | {$STACKFRAMES OFF}
|
---|
| 20 | {$TYPEDADDRESS OFF}
|
---|
| 21 | {$VARSTRINGCHECKS ON}
|
---|
| 22 | {$WRITEABLECONST OFF}
|
---|
| 23 | {$MINENUMSIZE 1}
|
---|
| 24 | {$IMAGEBASE $400000}
|
---|
| 25 | {$DESCRIPTION 'Custom TStringGrid with Sortable Columns'}
|
---|
| 26 | {$IMPLICITBUILD OFF}
|
---|
| 27 |
|
---|
| 28 | requires
|
---|
| 29 | rtl,
|
---|
| 30 | vcl,
|
---|
| 31 | vclx,
|
---|
| 32 | tee,
|
---|
| 33 | designide,
|
---|
| 34 | vclactnband;
|
---|
| 35 |
|
---|
| 36 | contains
|
---|
| 37 | SortStringGrid in 'SortStringGrid.pas';
|
---|
| 38 |
|
---|
| 39 | end.
|
---|
| 40 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.