THPDFPage.AddRadioButton

THPDFPage

 

Methods  AcroForm Support

Adds one radio button widget to an AcroForm radio group.

 

Delphi syntax:

procedure AddRadioButton(const GroupName, ExportValue: AnsiString; Rectangle: TRect; Selected: Boolean = false; Flags: THPDFFormFieldFlags = []);

 

Description

Multiple calls with the same GroupName are merged into one parent radio field with child widgets in its /Kids array. ExportValue identifies this button's on-state name.

 

See also: AcroForm Support, LastAnnotation