|
THPDFPage.AddRadioButton
|
メソッド 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 = []);
説明 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.
関連項目: AcroForm Support, LastAnnotation |