/
UID_DialogGetVariableCount
UID_DialogGetVariableCount
Declaration
Delphi
function UID_DialogGetVariableCount(DlgHandle: Cardinal; variableCount: PCardinal): Boolean;
C/C++
bool UID_DialogGetVariableCount(unsigned DlgHandle, unsigned int * variableCountl);
ActiveX
HRESULT _stdcall UID_DialogGetVariableCount([in] unsigned long DialogHandle, [out] unsigned long* VariableCount, [out, retval] VARIANT_BOOL* Result);
Description
Retrieve a number of variables associated with current dialog.
Arguments
DlgHandle
Unused
variableCount
Number of variables associated with current dialog.
Return
True on success, false otherwise.
, multiple selections available,
Related content
UID_StateGetVariableCount
UID_StateGetVariableCount
More like this
UID_DialogGetVariableId
UID_DialogGetVariableId
More like this
UID_StateGetVariableId
UID_StateGetVariableId
More like this
UID_StateGetVariableIdByIndex
UID_StateGetVariableIdByIndex
More like this
UID_VariableSetValue
UID_VariableSetValue
More like this
UID_DriverGetDialogCount
UID_DriverGetDialogCount
More like this