I have a menu with many items doing similar things all listed
LBDataType = (dtBoo, dtByte,dtDate, dtDateTime, dtRect,
dtSize, dtText, dtTime, dtWord);
what I want is a LBDataType data record recorded with each TMenuItem
I have tag value to each TMenuItem but I cannot get the tag to deliver into my LBDataType
to do so is just this little bit of code to do so much
Is their another way or better way