GetFormFieldSubCount

Campos de formulário

Descrição

Para radio buttons, itens de checkbox e campos choice (list box com rolagem ou lista suspensa combo box), esta função retorna o número de valores possíveis que o campo de formulário pode receber

Sintaxe

Delphi

Function TPDFlib.GetFormFieldSubCount(Index: Integer): Integer;

ActiveX

Function PDFlib::GetFormFieldSubCount(Index As Long) As Long

DLL

int DLGetFormFieldSubCount(int InstanceID, int Index);

Parâmetros

IndexThe index of the form field to examine

Valores retornados

0The form field could not be found or it does not have sub-values
Non-zeroThe number of possible values the form field can be set to