THPDFPage.CreateRadioButton Method
메서드 요약: THPDFPage.CreateRadioButton Method
선언
function CreateRadioButton(const GroupName, ExportValue: AnsiString; Rectangle: TRect; Selected: boolean = false): THPDFAcroFormField;
유닛
HPDFDoc
매개 변수
| 이름 | 목적 |
|---|---|
GroupName | Radio button group name |
ExportValue | Value exported when this option is selected |
Rectangle | Widget rectangle on the page |
Selected | Initial selected state |
반환 값
THPDFAcroFormField wrapper for the created radio button
사용 참고
- Use the same group name for mutually exclusive radio button choices
- Use THPDFPage.AddRadioButton for the simpler one-call workflow
관련 API
- THPDFPage
- THPDFPage Methods
- AcroForm Support
- THotPDF
- Contents