Button
Specifies whether every cell will act as a button.
pas
property Button: Boolean read FButton write FButton default False;
Remarks
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
Emptyof same cell toTrue. - Set
HideWhenEmptyproperty of column toTrue.