THotPDF.AddLoadedComboBox Method

Adds a new interactive combo box form control to the specified page of the loaded PDF document.

Declaration

function AddLoadedComboBox(PageIndex: Integer; const AName: AnsiString; ...): Integer;

Unit

HPDFDoc

Parameters

NamePurpose
PageIndexThe index of the page where this combo box is to be placed (zero-based).
ANameThe unique name identifier for this combo box control.
...(Other parameters typically used to define layout boundaries and control appearance)

Return value

Returns the reference handle or assigned internal index ID of the combo box object that has just been successfully added.

Usage notes

Related APIs