/
UID_SetName

UID_SetName

Declaration

Delphi

function UID_SetName(DlgHandle: Cardinal; DialogName: PWideChar): Boolean; register;

C/C++

 BOOL UID_SetName(unsigned int DialogHandle, wchar_t* DialogName);

ActiveX

HRESULT _stdcall UID_SetName([in] unsigned long DialogHandle, [in] BSTR DialogName, [out, retval] VARIANT_BOOL* Result);

Description

Select a dialog with a given name as current dialog to be used with UID_Dialog* functions of sopad.dll.

Arguments

DialogHandle

Unused.

DialogName

A pointer to a wide character buffer with a name of a dialog to select as current.

Return value

True on success, false otherwise.

 

Related content

UID_DialogGetDialogIdByIndex
UID_DialogGetDialogIdByIndex
More like this
UID_DialogGetVariableId
UID_DialogGetVariableId
More like this
UID_StateGetVariableId
UID_StateGetVariableId
More like this
UID_VariableSetValue
UID_VariableSetValue
More like this
UID_DriverGetDialogIdByIndex
UID_DriverGetDialogIdByIndex
More like this
UID_GetStateIdByName
UID_GetStateIdByName
More like this