DataSetView.st
changeset 5735 eeb59688e7bb
parent 5665 45468b027cc5
child 5945 fdf3c398a30f
equal deleted inserted replaced
5734:707c76ff2d5f 5735:eeb59688e7bb
     1 "{ Encoding: utf8 }"
       
     2 
       
     3 "
     1 "
     4  COPYRIGHT (c) 1997 by Claus Gittinger / eXept Software AG
     2  COPYRIGHT (c) 1997 by Claus Gittinger / eXept Software AG
     5               All Rights Reserved
     3               All Rights Reserved
     6 
     4 
     7  This software is furnished under a license and may be used
     5  This software is furnished under a license and may be used
    42 !
    40 !
    43 
    41 
    44 documentation
    42 documentation
    45 "
    43 "
    46     This class implements a selection list view based on rows and columns.
    44     This class implements a selection list view based on rows and columns.
    47     Instances are wrapping a DSVLabelView and a DSVCompumnView.
    45     Instances are wrapping a DSVLabelView and a DSVColumnView.
    48     It allows for the dynamic editing of this information.
    46     It allows for the dynamic editing of this information.
    49 
    47 
    50     This is a replacement for the obsolete TableView.
    48     This is a replacement for the obsolete TableView.
    51 
    49 
    52     [author:]
    50     [author:]