THPDFPage.AddRadioButton

THPDFPage

 

메서드  AcroForm Support

Adds one radio button widget to an AcroForm radio group.

 

Delphi 구문:

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

 

설명

같은 GroupName으로 여러 번 호출하면 child widget이 /Kids array에 있는 하나의 parent radio field로 merge됩니다. ExportValue는 이 button의 on-state name을 식별합니다

 

참조: AcroForm Support, LastAnnotation