TChartStreamList::Add Method

Overload List

#SignatureDescription
1int Add(char C);
2int Add(const DewString &S);Initialize a new TMemoryStream named S and return the position in the list as the result.

Overload 1: int Add(char C);

#NameTypeDescription
1Cchar
Declared in Dew::Math::tStringList · Dew.Runtime/MtxStrings.h · Cross-compiler

Overload 2: int Add(const DewString &S);

Initialize a new TMemoryStream named S and return the position in the list as the result.

#NameTypeDescription
1Sconst DewString &
Declared in Dew::Signal::TStringStreamList · Dew.Signal/SignalTools.h · Cross-compiler