THPDFPage.CreateRadioButton Method

Metodesammendrag: THPDFPage.CreateRadioButton Method

Deklarasjon

function CreateRadioButton(const GroupName, ExportValue: AnsiString; Rectangle: TRect; Selected: boolean = false): THPDFAcroFormField;

Enhet

HPDFDoc

Parametere

NavnFormål
GroupNameRadio button group name
ExportValueValue exported when this option is selected
RectangleWidget rectangle on the page
SelectedInitial selected state

Returverdi

THPDFAcroFormField wrapper for the created radio button

Bruksnotater

Relaterte API-er