TextField.value Property

Module: TextField

Type: string

Definition

Value of the text field.

value: str

Exceptions

An error has occurred during Document Library execution.
String get value => getValue();

Exceptions

An error has occurred during Document Library execution.
public string value
{
    get => Getvalue();
}

Exceptions

An error has occurred during Document Library execution.
public String getValue() throws DocumentException

Exceptions

An error has occurred during Document Library execution.
public var value: String
    get {
        return try! getValue()
    }
}

Exceptions

An error has occurred during Document Library execution.
int id3DocumentTextField_GetValue (ID3_DOCUMENT_TEXT_FIELD hTextField, char * value, int * valueSize)

Returns

int
An error code.
See id3DocumentError file for the list of possible error codes.