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