Skip to content

KVSGAEB Document Text#

Fields#

Name Type Note
No. Code[20]
Document Type Enum (KVSGAEB Document Type)
Version No. Code[20]
Text No. Integer
Formatted Text Blob
Outline Text Blob
Text added Boolean

Procedures#

GetBlobText() : Text#

Summary: Retrieves the formatted text content from the blob field as a text string.

procedure GetBlobText(): Text

Returns: The formatted text content as a Text value. Returns empty string if no content exists.

GetOutlineBlobText() : Text#

Summary: Retrieves the outline text content from the blob field as a text string.

procedure GetOutlineBlobText(): Text

Returns: The outline text content as a Text value. Returns empty string if no content exists.