S
shaken
Unregistered / Unconfirmed
GUEST, unregistred user!
TXMLClinicDiagnoseType = class(TXMLNodeCollection, IXMLClinicDiagnoseType)
protected
{ IXMLClinicDiagnoseType }
function Get_Alias: WideString;
function Get_Item(Index: Integer): WideString;
procedure Set_Alias(Value: WideString);
function Add(const Item: WideString): IXMLNode;
function Insert(const Index: Integer;
const Item: WideString): IXMLNode;
public
procedure AfterConstruction;
override;
end;
这个是XML data bingding 生成的语句,但是我怎么看也看不懂。麻烦各位大虾指点一下
protected
{ IXMLClinicDiagnoseType }
function Get_Alias: WideString;
function Get_Item(Index: Integer): WideString;
procedure Set_Alias(Value: WideString);
function Add(const Item: WideString): IXMLNode;
function Insert(const Index: Integer;
const Item: WideString): IXMLNode;
public
procedure AfterConstruction;
override;
end;
这个是XML data bingding 生成的语句,但是我怎么看也看不懂。麻烦各位大虾指点一下