GRID.ItemModified

Previous  Next

 

state = GRID.ItemModified( BYVAL nControl AS INTEGER,

                           BYVAL row      AS INTEGER,

                           BYVAL column   AS INTEGER,

                           BYVAL state    AS INTEGER ) AS INTEGER

 

 

 

 

Sets or gets the modified flags of the specified cell.

 

Example:

 

IF GRID.ItemModified( nControl, 1, 1 ) )

  PRINT “First Cell Modified!”,

ENDIF