<< Click here to display Table of Contents >> Navigation: Code Documentation > GeneticAlgorithmDocs > RSGADomainXML > Classes:
Comments (0)
Represents type TXMLString_List.
Namespace: RSGADomainXML
TXMLNodeCollection RSGADomainXML.TXMLString_List
Delphi
type TXMLString_List = class(TXMLNodeCollection, IXMLString_List) end;
Name
Description
Add(UnicodeString)
Represents method Add(UnicodeString).
Get_Item(Integer)
Represents method Get_Item(Integer).
Insert(Integer,UnicodeString)
Represents method Insert(Integer,UnicodeString).
Top