|
Add(IIEValue,IIEValue)
|
Adds a new XY value pair to the vector. The index of the new value pair is returned
|
|
Append(ISingletonsVector)
|
Adds the XY value pairs from the Vector parameter to the current vector
|
|
Assign(IInterface)
|
Overloaded. Represents method Assign(IInterface).
|
|
Assign(TPersistent)
|
Overloaded. Represents method Assign(TPersistent).
|
|
Clear
|
Clears the XY value pairs from the vector
|
|
Clone
|
Represents method Clone.
|
|
Delete(Integer)
|
Deletes the XY value pair at the Index
|
|
Equals(IInterface)
|
Overloaded. Represents method Equals(IInterface).
|
|
Equals(ISingletonsVector)
|
Overloaded. Represents method Equals(ISingletonsVector).
|
|
GetCount
|
Represents method GetCount.
|
|
GetHashCode
|
Represents method GetHashCode.
|
|
GetParser
|
Represents method GetParser.
|
|
GetTag
|
Represents method GetTag.
|
|
GetXValues(Integer)
|
Represents method GetXValues(Integer).
|
|
GetYValues(Integer)
|
Represents method GetYValues(Integer).
|
|
IndexOfX(IIEValue)
|
Returns the index of the XY value pair where the X component equals the Item parameter. If no match is found, the method returns -1
|
|
IndexOfY(IIEValue)
|
Returns the index of the XY value pair where the Y component equals the Item parameter. If no match is found, the method returns -1
|
|
Insert(Integer,IIEValue,IIEValue)
|
Adds a new XY value pair to the vector. The new XY value pair is inserted into the vector at the Index position. All pairs from the Index and on are bumped up by 1
|
|
QueryInterface(TGUID,Void)
|
Represents method QueryInterface(TGUID,Void).
|
|
SetParser(ISingletonsParser)
|
Represents method SetParser(ISingletonsParser).
|
|
SetTag(TRSTag)
|
Represents method SetTag(TRSTag).
|
|
SetXValues(Integer,IIEValue)
|
Represents method SetXValues(Integer,IIEValue).
|
|
SetYValues(Integer,IIEValue)
|
Represents method SetYValues(Integer,IIEValue).
|
|
ToString
|
Represents method ToString.
|
|
_AddRef
|
Represents method _AddRef.
|
|
_Release
|
Represents method _Release.
|