S
savetime
Unregistered / Unconfirmed
GUEST, unregistred user!
pt: TPoint;
FontWidth: Integer;
cxDpi: Single
为何以下语句不能编译(D5),提示无效类型转换
pt.x := Integer(FontWidth * cxDpi / 72);
FontWidth: Integer;
cxDpi: Single
为何以下语句不能编译(D5),提示无效类型转换
pt.x := Integer(FontWidth * cxDpi / 72);