c-treeDB API for C++ - Developers Guide
CTString::Length
Syntax
NINT Length( ) const
Parameters
This method has no parameters.
Description
Retrieves the length of the string.
Return
Length returns the length of the string. Returns zero if the string is NULL or empty.
See also
IsEmpty(), SetLength()