> ## Documentation Index
> Fetch the complete documentation index at: https://docs.loqate.com/llms.txt
> Use this file to discover all available pages before exploring further.

# lqtInputRecord

## Static Public Member Functions

| Method                                              | Description                                                                   |
| --------------------------------------------------- | ----------------------------------------------------------------------------- |
| `static lqtInputRecord* create()`                   | Returns a pointer to a newly created `lqtInputRecord` instance.               |
| `static void destroy(lqtInputRecord* pInputRecord)` | Destroys all resources associated with the supplied `lqtInputRecord` pointer. |

## Public Member Functions

| Method                                           | Description                                                       |
| ------------------------------------------------ | ----------------------------------------------------------------- |
| `const char* get(const char* field)`             | Returns the string value associated with the supplied field name. |
| `void set(const char* field, const char* value)` | Sets the supplied field name with the supplied field value.       |
| `void clear()`                                   | Clears the contents of the `lqtInputRecord`.                      |
