Developer

Button

Specifies whether every cell will act as button.

property Button: Boolean read FButton write FButton default False;
If Enabled property of particular cell is set to False, user will not be able to click on button for this particular cell.

If Enabled property of cell is set to False and content need to be hidden:

- Set property Empty of same cell to True.
- Set HideWhenEmpty property of column to True.

See also