RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SmallString Template
Pascal
SmallString<unsigned char sz> = class(SmallStringBase<sz>);
C++
template <unsigned char sz>
class SmallString : private SmallStringBase<sz>;

This is class System::SmallString.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!