N
nxfbccu
Unregistered / Unconfirmed
GUEST, unregistred user!
我这样做不行:
在中间层中定义一个方法:
procedure SetAllMenuRight(const pForm: WideString);
var
_pForm: TForm;
begin
_pForm := Application.FindComponent(pForm) as TForm;
end;
上面的转化好像会出错,到底在过程中该设什么类型的参数,又要如何转化,请各位高手帮忙啊!
在中间层中定义一个方法:
procedure SetAllMenuRight(const pForm: WideString);
var
_pForm: TForm;
begin
_pForm := Application.FindComponent(pForm) as TForm;
end;
上面的转化好像会出错,到底在过程中该设什么类型的参数,又要如何转化,请各位高手帮忙啊!