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.