Gets Auto Detect FormWidgets Inputs and Events.
Namespace:
FlowWright.cDevDeAPI
Assembly:
cDevDeAPI (in cDevDeAPI.dll)
public void getAutoDetectFormWidgetInputsAndEvents(
string sFormWidgetName,
string sDllPath,
ref DataTable oDTFormWidgetInputs,
ref DataTable oDTFormWidgetEvents
)
Public Sub getAutoDetectFormWidgetInputsAndEvents ( _
sFormWidgetName As String, _
sDllPath As String, _
ByRef oDTFormWidgetInputs As DataTable, _
ByRef oDTFormWidgetEvents As DataTable _
)
public:
void getAutoDetectFormWidgetInputsAndEvents(
String^ sFormWidgetName,
String^ sDllPath,
DataTable^% oDTFormWidgetInputs,
DataTable^% oDTFormWidgetEvents
)
Parameters
- sFormWidgetName
- Type: String
The s file path.
- sDllPath
- Type: String
The s DLL path.
- oDTFormWidgetInputs
- Type: DataTable%
the o DT for form widget Input
- oDTFormWidgetEvents
- Type: DataTable%
the o DT for form widget Events