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

dstring.h

This is class System::SmallString.

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!