Developer

AsDateTime

Get or sets value of cell as TDateTime.

property AsDateTime: TDateTime read GetAsDateTime write SetAsDateTime;

Example:


NextGrid61.Cell[2, 2].AsDateTime := Today;

See also