Developer

AsBoolean

Get or sets value of cell as Boolean.

property AsBoolean: Boolean read GetAsBoolean write SetAsBoolean;
Example:

NextGrid61.CellBy['MyBoolCol', 'selected'].AsBoolean := True;

See also