skip to main content

Controls Reference : GRID : Properties : Hidden-Data

Hidden-Data
This property allows you to set or retrieve the hidden value of the cell identified by the X and Y properties. The hidden value is never shown to the user, its purpose is to give the programmer an easy way to store and retrieve information related to a row or a cell.
 
Example - Modify a grid cell to include hidden data in it
procedure division.
  modify screen-1-gr-1 x = 1y = 2
         hidden-data "Hidden data in Cell (2,1)"

Copyright (c) 2017 Veryant
Contact us
Please share your comments on this manual or on any
Veryant product documentation with the email button at the top left