Component: TPdfView · Unit: PDFium
Selects or clears an option in the choice field currently focused in the viewer
Syntax
function SetFocusedFormOptionSelected(Index: Integer; Selected: Boolean): Boolean;
Remarks
Index is a zero-based option index in the focused combo box or list box
Selected determines whether the option is selected or cleared
- Returns True when PDFium accepts the update and returns False when no matching focused choice option is available
See Also