TextFieldList.fromHandle constructor
- Pointer<
id3DocumentTextFieldList> handle
Creates a new instance of the TextFieldList class.
param handle Handle to the TextFieldList. throws DocumentException An error has occurred during Document Library execution.
Implementation
TextFieldList.fromHandle(Pointer<id3DocumentTextFieldList> handle) {
_pHandle = calloc();
_pHandle.value = handle;
_disposable = false;
}