| 63 | inline void SetSetCols(PCOL colp) {To_SetCols = colp;} |
| 64 | inline void SetOrig(PTDB txp) {To_Orig = txp;} |
| 65 | inline void SetUse(TUSE n) {Use = n;} |
| 66 | inline void SetCondFil(PCFIL cfp) {To_CondFil = cfp;} |
| 67 | inline void SetNext(PTDB tdbp) {Next = tdbp;} |
| 68 | inline void SetName(LPCSTR name) {Name = name;} |