J
joechl
Unregistered / Unconfirmed
GUEST, unregistred user!
这是为什么?
procedure TepCustomComboBox.CNDrawItem(var Message: TWMDrawItem);
var
State: TOwnerDrawState;
begin
with Message.DrawItemStruct^ do
begin
State := TOwnerDrawState(WordRec(LongRec(itemState).Lo).Lo);(编译时此句出错)
.......
end;
end;
出错提示:[Error] BoxCtrls.pas(635): Invalid typecast
procedure TepCustomComboBox.CNDrawItem(var Message: TWMDrawItem);
var
State: TOwnerDrawState;
begin
with Message.DrawItemStruct^ do
begin
State := TOwnerDrawState(WordRec(LongRec(itemState).Lo).Lo);(编译时此句出错)
.......
end;
end;
出错提示:[Error] BoxCtrls.pas(635): Invalid typecast