【delphi开源代码栏目提醒】:网学会员,鉴于大家对delphi开源代码十分关注,论文会员在此为大家搜集整理了“MP3QueryImp2.pas”一文,供大家参考学习!
Unit MP3QueryImp2;
interface
uses InvokeRegistry, Types, XSBuiltIns;
type
TMP3Result = class;
{ TMP3Results }
TMP3Results = TMP3Result ;
{ TMP3Result }
TMP3Result = class(TRemotable)
private
FURL: WideString;
FFileName: WideString;
FSize: WideString;
FSpeed: WideString;
published
property URL: WideString read FURL write FURL;
property FileName: WideString read FFileName write FFileName;
property Size: WideString read FSize write FSize;
property Speed: WideString read FSpeed write FSpeed;
end;
implementation
initialization
RemClassRegistry.RegisterXSClass(TMP3Result,'urn:SoapFindMP3Intf-ISoapFindMP3','TMP3Result','');
RemClassRegistry.RegisterXSInfo(TypeInfo(TMP3Results),'urn:SoapFindMP3Intf-ISoapFindMP3','TMP3Results','');
end.
上一篇:
MP3QueryImp1.pas
下一篇:
法律专业开题报告范文