You've already forked lazarus-ccr
jvcllaz: Add TJvGridFilter incl demo.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7159 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
tjvgridfilter.bmp
|
||||
tjvyeargrid.png
|
||||
tjvyeargrid_150.png
|
||||
tjvyeargrid_200.png
|
||||
|
BIN
components/jvcllaz/design/JvJans/images/tjvgridfilter.bmp
Normal file
BIN
components/jvcllaz/design/JvJans/images/tjvgridfilter.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
@ -18,6 +18,7 @@ uses
|
||||
JvYearGrid,
|
||||
//JvCSVData, JvCSVBaseControls, //JvCsvBaseEditor,
|
||||
JvMarkupViewer, JvMarkupLabel,
|
||||
JvGridFilter,
|
||||
JvSimScope, JvSimIndicator, JvSimPID, JvSimPIDLinker, JvSimLogic,
|
||||
JvJanLED, JvJanToggle;
|
||||
|
||||
@ -40,6 +41,11 @@ begin
|
||||
TJvMarkupViewer, TJvMarkupLabel
|
||||
]);
|
||||
|
||||
// Grid-related components
|
||||
RegisterComponents(RsPaletteJvclVisual, [
|
||||
TJvGridFilter
|
||||
]);
|
||||
|
||||
(*
|
||||
// CSV Components
|
||||
RegisterComponents('Data Access', [TJvCSVDataset]);
|
||||
|
Reference in New Issue
Block a user