Contents
- Index
- Previous
- Next
Value property
Applies to
TProfGridCell class
Declaration
property Value: Variant;
Description
Specifies the value of the cell.
If the cell is empty, Value returns the Unassigned() constant. Use the VarIsEmpty RTL function to test for this case.
To clear the cell's value, set the property to Unassigned().