D
dedema
Unregistered / Unconfirmed
GUEST, unregistred user!
................
...............
//属性为
property Items[Index: Integer]: string read GetItems write SetItems;
{Returns the Value of the first item with the form Position=Inddex with the specified name part.}
property Names[Index: Integer]: string read GetNames write SetNames;
..................
..................
procedure TVarParser.Assign(Source:TAbsVarParser);
var
begin
end;
.....................
.....................
//注意 “Source:TAbsVarParser” 不是 "Source:TPersistent
谢谢
...............
//属性为
property Items[Index: Integer]: string read GetItems write SetItems;
{Returns the Value of the first item with the form Position=Inddex with the specified name part.}
property Names[Index: Integer]: string read GetNames write SetNames;
..................
..................
procedure TVarParser.Assign(Source:TAbsVarParser);
var
begin
end;
.....................
.....................
//注意 “Source:TAbsVarParser” 不是 "Source:TPersistent
谢谢