The Conroy & Conroy Subroutine Library (2021.3 edition)

TGeneric_Character
What: class TDelphi_Object
File: _GenVal
Layer: 0
Platforms: C++, C#, Pascal (Delphi), PHP, Python

This is the abstract base class for representing character values.

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).