Navigation: Code Documentation > RSCommon > GStreams > Classes > TBaseStreamTokenList > Methods
TBaseStreamTokenList.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: GStreams
Delphi
public function Add(const Item: IBaseStreamToken): Integer; overload;
Parameters
Item
Type: IBaseStreamToken
Type: Integer
IBaseStreamTokenList.Add(IBaseStreamToken)
•GStreams.TBaseStreamTokenList.ValueCount
•GStreams.TBaseStreamTokenList.Insert(Integer,IBaseStreamToken)
•Delete
•GStreams.TBaseStreamTokenList.Append(IBaseStreamTokenList)
•GStreams.TBaseStreamTokenList.Value[Integer]
•CommonInterfaces.IBaseStreamToken
•TBaseStreamTokenList
•GStreams