/
UID_DialogGetVariableId

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.

Related content

UID_VariableSetValue
UID_VariableSetValue
More like this
UID_StateGetVariableId
UID_StateGetVariableId
More like this
UID_VariableGetValue
UID_VariableGetValue
More like this
UID_DialogGetVariableCount
UID_DialogGetVariableCount
More like this
UID_StateGetVariableIdByIndex
UID_StateGetVariableIdByIndex
More like this
UID_DialogGetDialogIdByIndex
UID_DialogGetDialogIdByIndex
More like this