Was this helpful?
StringObject Attributes
Attribute
Data Type
Description
Access
Inherited From
AllocateBufferExtra
integer
Defines the number of extra bytes allocated during each internal string buffer allocation (when setting the value or concatenating)
RW
Defined
AllocatedBufferSize
integer
Defines the size of the allocated string buffer in bytes
RW
Defined
ClassName
varchar(32)
Gives the name of an object's actual type (as opposed to its declared type)
R
Object
ClientData
Object
Provides a way to associate data with an object
RW
Object
DBHandle
varchar(76)
Specifies a database handle to load into StringObject
RW
Defined
ErrorStatus
integer
Contains the error status from the last setting of FileHandle or DBHandle
R
Defined
FileEncoding
integer
Specifies what encoding format to use when reading a file, converting it if necessary, when setting the FileHandle attribute. Specifies what encoding format to use when writing a StringObject using the WriteToFile or AppendToFile method.
RW
Defined
FileHandle
varchar(256)
Specifies a file to be loaded into StringObject
RW
Defined
InstanceIdentifier
integer8
Contains a value that uniquely identifies an instance of an allocated object
R
Object
InstanceReferences
integer
Contains the current number of references to the object
R
Object
Length
integer
Specifies the text string length (0 indicates an empty string)
R
Defined
Value
varchar(2000)
Is a varchar representation of the string object
RW
Defined
 
Last modified date: 12/20/2023