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.
Â