GetFormFieldNoExport
Campos de formulário
Descrição
Retorna o estado da flag NoExport de um campo
O campo não será exportado por uma ação submit-form se o flag NoExport estiver definido
Sintaxe
Delphi
Function TPDFlib.GetFormFieldNoExport(Index: Integer): Integer;
ActiveX
Function PDFlib::GetFormFieldNoExport(Index As Long) As Long
DLL
int DLGetFormFieldNoExport(int InstanceID, int Index);
Parâmetros
| Index | The index of the form field |
|---|
Valores retornados
| 0 | The field's NoExport flag is not set The field's NoExport flag is set |
|---|---|
| 1 |