L lev_ko Member² Apr 2, 2001 #1 Hello, How do I use TDirectPathColumn.SetData with dates ? Thanks, Lev
D DavidH Member² Apr 5, 2001 #1 There is a "Date format" property associated with the column. Then you can do something like: with columns[foo] do SetData(formatDateTime(DateFormat,bar)); (where "foo" is the column and "bar" is the date)
There is a "Date format" property associated with the column. Then you can do something like: with columns[foo] do SetData(formatDateTime(DateFormat,bar)); (where "foo" is the column and "bar" is the date)