Codeunit 4102 Temp Blob List in 17
- App
- System Application
Versions171819202122232425262728latest
Procedures, 9
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| Exists | (Integer) | Boolean | public | - |
| Count | () | Integer | public | - |
| Get | (Integer, var Codeunit Temp Blob) | public | - | |
| Set | (Integer, Codeunit Temp Blob) | Boolean | public | - |
| RemoveAt | (Integer) | Boolean | public | - |
| IsEmpty | () | Boolean | public | - |
| Add | (Codeunit Temp Blob) | Boolean | public | - |
| AddRange | (Codeunit Temp Blob List) | Boolean | public | - |
| GetRange | (Integer, Integer, var Codeunit Temp Blob List) | public | - |