Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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.

 

  • No labels