RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
AnsiStringT::ElementSize Method

Gets element size of data in a System::AnsiStringT.

Pascal
function ElementSize: unsigned short;
C++
unsigned short ElementSize() const;

System::AnsiStringT::ElementSize gets the element size in bytes of the data in a System::AnsiStringT instance. If the instance is empty, this returns 1. 

 

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