Table of Contents

ITMSFNCCustomPDFFormFieldsLib.AddRadioGroup Method

Declares a named radio button group for use with subsequent AddRadioButton calls.

API unit family: TMSFNCPDFLib Declaring type: ITMSFNCCustomPDFFormFieldsLib

Syntax

procedure AddRadioGroup(AFieldName: string; AGroupID: string);

Parameters

Name Description
AFieldName Unique name for the group field in the PDF form.
AGroupID Internal identifier shared by all buttons in this group.