Objects/Tables/Table 1670 Option Lookup Buffer
Table 1670 Option Lookup Buffer in 20
Jonas Paprotka, Base Application 20.5.45456.61928, checked
- App
- Base Application
Fields, 3Keys, 2Procedures, 7Events, 5
Versions171819202122232425262728latest
Source29
Fields, 3
| Id | Name | Type | Obsolete |
|---|
| 1 | ID | Integer | - |
| 2 | Option Caption | Text[30] | - |
| 3 | Lookup Type | Enum Option Lookup Type | - |
Keys, 2
| Name | Fields | Obsolete |
|---|
| Key1, clustered | Option Caption | - |
| Key2 | ID | - |
Procedures, 7
| Name | Parameters | Returns | Access | Obsolete |
|---|
| FillBuffer | (Option) | | public | Pending 18.0 |
| Replaced by FillLookupBuffer(). |
| AutoCompleteOption | (var Text[30], Option) | Boolean | public | Pending 18.0 |
| Replaced by AutoCompleteLookup(). |
| ValidateOption | (Text[30]) | | public | - |
| FormatOption | (FieldRef) | Text[30] | public | - |
| SetCurrentType | (Option) | | public | - |
| FillLookupBuffer | (Enum Option Lookup Type) | | public | - |
| AutoCompleteLookup | (var Text[30], Enum Option Lookup Type) | Boolean | public | - |
Events, 5
| Kind | Name | Parameters | Obsolete |
|---|
| Integration event | OnBeforeIncludeOption | (Record Option Lookup Buffer, Option, Integer, var Boolean, var Boolean, RecordRef) | - |
| Integration event | OnBeforeFormatOption | (FieldRef, var Text[30], var Boolean) | - |
| Integration event | OnCreateNewOnBeforeInsert | (var Record Option Lookup Buffer, Integer, Text[30], Enum Option Lookup Type) | - |
| Integration event | OnFillBufferLookupTypeCase | (Enum Option Lookup Type, var Boolean, var Integer, var Integer, var Integer) | - |
| Integration event | OnAutoCompleteOptionLookupTypeCase | (Enum Option Lookup Type, var Text[30], var Boolean) | - |