Navigation: Code Documentation > RSCommon > CommonInterfaces > Interfaces > IBaseStreamTokenList > Methods
IBaseStreamTokenList.First Method
The First method returns the first token in the list. Call First to obtain the first token in the list.
Namespace: CommonInterfaces
Delphi
public function First: IBaseStreamToken;
Return Value
Type: IBaseStreamToken
•CommonInterfaces.IBaseStreamTokenList.ValueCount
•CommonInterfaces.IBaseStreamTokenList.Last
•CommonInterfaces.IBaseStreamTokenList.Value[Integer]
•CommonInterfaces.IBaseStreamToken
•IBaseStreamTokenList
•CommonInterfaces