TCOM_Generic_Character
What: class TCommon_COM_Interface
File: _GenVal
Layer: 0
Platforms: C++, Pascal (D2)
This is the abstract base class for representing character values. All the methods
are stdcall.
Fixed
bool Fixed()
function Fixed : boolean
Returns true if a fixed length string.
Length
int32 Length()
function Length : longint
Returns the current Length of the string in bytes.
Logical_Length
int32 Logical_Length()
function Logical_Length : longint
Returns the current length of the string in characters.
Max_Length
int32 Max_Length()
function Max_Length
Returns the maximum allowable length (same as Length except for dynamic-length strings).