THPDFPage.CreateRadioButton Method

메서드 요약: THPDFPage.CreateRadioButton Method

선언

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

유닛

HPDFDoc

매개 변수

이름목적
GroupNameRadio button group name
ExportValueValue exported when this option is selected
RectangleWidget rectangle on the page
SelectedInitial selected state

반환 값

THPDFAcroFormField wrapper for the created radio button

사용 참고

관련 API