GetFormFieldSubmitActionString
Form fields
Description
Returns the string assocaiated with a FormField submit action action and its specified ActionType Support ActionTypes
'U' : Returns the URL link string
Syntax
Delphi
function TPDFlib.GetFormFieldSubmitActionString(Index: Integer; Const ActionType: WideString): WideString;ActiveX
Function PDFlib::GetFormFieldSubmitActionString(Index As Long, ActionType As String) As StringDLL
wchar_t * DLGetFormFieldSubmitActionString(int InstanceID, int Index, wchar_t * ActionType);Parameters
| Index | The index of the form field to examine The action type: U = An action to be performed when the mouse button is released inside the annotation's active area |
|---|---|
| ActionType |