From 2063bc970c9e8f777f72a65424f98a5c04329b2f Mon Sep 17 00:00:00 2001 From: Graeme Geldenhuys Date: Tue, 6 Dec 2011 17:32:12 +0200 Subject: Some basic docs or the basegrid unit. --- docs/xml/gui/fpg_basegrid.xml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 docs/xml/gui/fpg_basegrid.xml (limited to 'docs/xml/gui') diff --git a/docs/xml/gui/fpg_basegrid.xml b/docs/xml/gui/fpg_basegrid.xml new file mode 100644 index 00000000..76a93d2b --- /dev/null +++ b/docs/xml/gui/fpg_basegrid.xml @@ -0,0 +1,35 @@ + + + + + +$(fpgui_src)/gui/fpg_basegrid.pas +This unit defines a class that represents the most basic parts of a +grid. +. + + + +This even is fired as soon as the focused row has changed +. This event only works on the +row level of the grid. + + + +This even is fired as soon as the focused cell has changed +. This event works on the +grid cell level. + + + +This event allows the program to decide if a cell can be selected or not +. The default value for +ACanSelect is True. Setting this to false inside the event handler +will prevent the cell at position ACol, ARow to be selected. + + + + + + + -- cgit v1.2.3-70-g09d2