/
UID_VariableGetValue
UID_VariableGetValue
Definition
Delphi
function UID_VariableGetValue(DlgHandle, VariableId: Cardinal; resultText: PWideChar; resultTextSize: Cardinal; reply: PCardinal): Boolean;
C/C++
bool UID_VariableGetVlaue(unsigned int DlgHandle, unsigned int VariableId,
ActiveX
HRESULT _stdcall UID_VariableGetValue([in] unsigned long DialogHandle, [in] unsigned long VariableId, [out] BSTR* VariableValue, [out, retval] VARIANT_BOOL* Result);
Description
Currently this function does the same as UID_VariableGetName.
, multiple selections available,
Related content
UID_VariableSetValue
UID_VariableSetValue
More like this
UID_StateGetVariableId
UID_StateGetVariableId
More like this
UID_DialogGetVariableId
UID_DialogGetVariableId
More like this
UID_StateGetVariableIdByIndex
UID_StateGetVariableIdByIndex
More like this
UID_DialogGetVariableCount
UID_DialogGetVariableCount
More like this
UID_GetStateIdByName
UID_GetStateIdByName
More like this