| 971 | } |
| 972 | |
| 973 | inline CPropertyDateItem* PropCreateDate(LPCTSTR pstrName, const SYSTEMTIME stValue, LPARAM lParam = 0) |
| 974 | { |
| 975 | return new CPropertyDateItem(pstrName, stValue, lParam); |
| 976 | } |
| 977 | |
| 978 | inline CPropertyListItem* PropCreateList(LPCTSTR pstrName, LPCTSTR* ppList, int iValue = 0, LPARAM lParam = 0) |
| 979 | { |