/
UID_GetState

UID_GetState

Declaration

Delphi

function UID_GetState(DialogHandle: Integer; var StateId: Integer): Boolean;

C/C++

SOPAD_API BOOL SOPAD_UID_GetState(int DialogHandle: int *StateId) stdcall;

ActiveX

VARIANT_BOOL _stdcall UID_GetState([in] long DialogHandle, [out] long* StateId);

Description

Get state according to the State types

Arguments

DialogHandle, Integer

Input parameter. The dialog ID

StateId, Integer

Output parameter. The state of the Dialog. ???

Return value

Function returns true if call  has been successfully returned, false if  DialogHandle dont exist or on other Errors.


Related content

UID_GetStateIdByName
UID_GetStateIdByName
More like this
UID_StateGetVariableId
UID_StateGetVariableId
More like this
UID_SetState
More like this
UID_StateGetVariableIdByIndex
UID_StateGetVariableIdByIndex
More like this
UID_DialogGetDialogIdByIndex
UID_DialogGetDialogIdByIndex
More like this
UID_StateGetVariableCount
UID_StateGetVariableCount
More like this