Navigation: Code Documentation > RSCommon > CommonInterfaces > Interfaces > IBaseStreamTokenList > Methods
IBaseStreamTokenList.Add(IBaseStreamToken) Method
The Add method adds a token to the list. Call Add to add a token to the list. The Add method returns the Index where the new Item is located.
Namespace: CommonInterfaces
Delphi
public function Add(const Item: IBaseStreamToken): Integer;
Parameters
Item
Type: IBaseStreamToken
Type: Integer
•CommonInterfaces.IBaseStreamTokenList.ValueCount
•CommonInterfaces.IBaseStreamTokenList.Insert(Integer,IBaseStreamToken)
•CommonInterfaces.IBaseStreamTokenList.Delete(Integer)
•CommonInterfaces.IBaseStreamTokenList.Append(IBaseStreamTokenList)
•CommonInterfaces.IBaseStreamTokenList.Value[Integer]
•CommonInterfaces.IBaseStreamToken
•IBaseStreamTokenList
•CommonInterfaces