UID_DialogGetVariableId
Declaration
Delphi
function UID_DialogGetVariableId(DlgHandle: Cardinal; VariableName: PWideChar; VariableId: PCardinal): Boolean; register;
C/C++
bool UID_DialogGetVariableId(unsigned int DialogHandle, wchar_t* VariableName, unsigned int* VariableId);
ActiveX
HRESULT _stdcall UID_DialogGetVariableId([in] unsigned long DialogHandle, [in] BSTR VariableName, [out] unsigned long* VariableId, [out, retval] VARIANT_BOOL* Result);
Description
This function gets the id of a variable with the name VariableName from current dialog.
Arguments
DlgHandle
Unused
VariableName
Name of the variable
VariableId
Pointer to requested variable identifier
Return
True on success, false otherwise.